diff --git a/conf/pipeline/mag/kaust.config b/conf/pipeline/mag/kaust.config index d581df7c..226f076c 100755 --- a/conf/pipeline/mag/kaust.config +++ b/conf/pipeline/mag/kaust.config @@ -61,13 +61,11 @@ process { errorStrategy = 'retry' maxRetries = 3 } - withName: BOWTIE2_HOST_REMOVAL_BUILD { cpus = { 10 * task.attempt } memory = { 40.GB * task.attempt } time = { 4.h * task.attempt } } - // Process-specific resource requirements withName: BOWTIE2_HOST_REMOVAL_BUILD { cpus = { 12 * task.attempt } @@ -173,7 +171,7 @@ process { } withName: MAXBIN2 { errorStrategy = { task.exitStatus in [1, 255] ? 'ignore' : 'retry' } - cpus = { 20 * task.attempt } + cpus = { 20 * task.attempt } memory = { 180.GB * task.attempt } } withName: DASTOOL_DASTOOL {