diff --git a/conf/pipeline/taxprofiler/hasta.config b/conf/pipeline/taxprofiler/hasta.config index 9e9a980a3..56d8a077b 100644 --- a/conf/pipeline/taxprofiler/hasta.config +++ b/conf/pipeline/taxprofiler/hasta.config @@ -8,14 +8,20 @@ params { process { withName:'BBMAP_BBDUK' { - memory = { check_max( 80.GB * task.attempt, 'memory' ) } + memory = { check_max( 72.GB * task.attempt, 'memory' ) } } withName: 'MALT_RUN' { - memory = { check_max( 80.GB * task.attempt, 'memory' ) } + memory = { check_max( 72.GB * task.attempt, 'memory' ) } } withName: 'MEGAN_RMA2INFO_TSV' { - memory = { check_max( 80.GB * task.attempt, 'memory' ) } + memory = { check_max( 72.GB * task.attempt, 'memory' ) } + } + + withName 'DIAMOND_BLASTX' { + cpus = { check_max( 36 * task.attempt, 'cpus' ) } + memory = { check_max( 72.GB * task.attempt, 'memory' ) } + time = { check_max( 72.h * task.attempt, 'time' ) } } }