diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index b333f09..5c42afb 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -10,7 +10,7 @@ params { // Specific nf-core/eager process configuration process { withName:malt { - memory = { 756.GB * task.attempt ] + memory = { 756.GB * task.attempt } cpus = { 64 * task.attempt } time = 1440.h queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }