1
0
Fork 0
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:
Bruno Grande 2022-08-31 09:18:27 -07:00
parent c883723559
commit 179b343bd2

View file

@ -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