diff --git a/conf/base.config b/conf/base.config index 9f17329..cb6b306 100644 --- a/conf/base.config +++ b/conf/base.config @@ -46,11 +46,6 @@ process { memory = { check_max( 16.GB * task.attempt, 'memory' ) } time = { check_max( 16.h * task.attempt, 'time' ) } } - withLabel:process_very_high { - cpus = { check_max( 64 * task.attempt, 'cpus' ) } - memory = { check_max( 8.GB * task.attempt, 'memory' ) } - time = { check_max( 100.h * task.attempt, 'time' ) } - } withLabel:process_long { time = { check_max( 20.h * task.attempt, 'time' ) } } diff --git a/modules/local/consensus.nf b/modules/local/consensus.nf index 160d69d..5c7c53a 100644 --- a/modules/local/consensus.nf +++ b/modules/local/consensus.nf @@ -1,6 +1,6 @@ process CONSENSUS { tag "${prefix}" - label 'process_very_high' + label 'process_high' stageInMode 'copy' input: