diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index 3dd95ed..afe0871 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -8,7 +8,7 @@ params { // Specific nf-core/eager process configuration process { - withName: malt { + withName:malt { memory = { check_max( 756.GB * task.attempt, 'memory' ) } cpus = { check_max(64 * task.attempt, 'cpus') } time = 1440.h