Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions conf/icr_alma.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ params {

config_profile_description = "Nextflow nf-core profile for ICR alma HPC"
config_profile_contact = "Rachel Alcraft (@rachelicr), Mira Sarkis (@msarkis-icr)"
max_memory = 256.GB
max_cpus = 30
max_memory = 8000.GB
max_cpus = 1000
max_time = 5.d
}

Expand All @@ -24,13 +24,13 @@ process {
clusterOptions = '--mem-per-cpu=8000'

resourceLimits = [
memory: 256.GB,
cpus: 30,
memory: 8000.GB,
cpus: 1000,
time: 5.d
]

}
// Preform work directory cleanup after a successful run?
// Perform work directory cleanup after a successful run?
cleanup = false

executor {
Expand Down
Loading