diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index afe0871..2315fce 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -9,8 +9,8 @@ params { // Specific nf-core/eager process configuration process { withName:malt { - memory = { check_max( 756.GB * task.attempt, 'memory' ) } - cpus = { check_max(64 * task.attempt, 'cpus') } + memory = { 756.GB * task.attempt ] + cpus = { 64 * task.attempt } time = 1440.h queue = { task.memory > 756.GB ? 'supercruncher': 'long' } }