diff --git a/conf/base.config b/conf/base.config index c06d231..7470db1 100644 --- a/conf/base.config +++ b/conf/base.config @@ -62,7 +62,12 @@ process { withName:CUSTOM_DUMPSOFTWAREVERSIONS { cache = false } - withName: RMA2INFO { + withName: MEGAN_RMA2INFO_TSV { + cpus = { check_max( 1 , 'cpus' ) } + memory = { check_max( 6.GB * task.attempt, 'memory' ) } + time = { check_max( 4.h * task.attempt, 'time' ) } + } + withName: MEGAN_RMA2INFO_KRONA { cpus = { check_max( 1 , 'cpus' ) } memory = { check_max( 6.GB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) }