mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Incorporate resource limits
This commit is contained in:
parent
c883723559
commit
179b343bd2
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ params {
|
|||
// Leverage us-east-1 mirror of select human and mouse genomes
|
||||
params {
|
||||
igenomes_base = 's3://sage-igenomes/igenomes'
|
||||
max_memory = '128.GB'
|
||||
max_cpus = 16
|
||||
max_time = '240.h'
|
||||
}
|
||||
|
||||
// Enable retries globally for certain exit codes
|
||||
|
|
Loading…
Reference in a new issue