From 51e512e7eaf228eb5ef0b1c0ebb89f57a57f82bd Mon Sep 17 00:00:00 2001 From: DOH-JDJ0303 Date: Thu, 18 Jul 2024 06:42:07 -0700 Subject: [PATCH] adjusting resources to reflect improvements --- conf/base.config | 5 ----- modules/local/consensus.nf | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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: