diff --git a/conf/pipeline/raredisease/hasta.config b/conf/pipeline/raredisease/hasta.config index 2c6ed48..96e3332 100644 --- a/conf/pipeline/raredisease/hasta.config +++ b/conf/pipeline/raredisease/hasta.config @@ -1,8 +1,7 @@ process { withName:'PICARD_MARKDUPLICATES' { - cpus = { check_max( 13 * task.attempt, 'cpus' ) } - memory = { check_max( 130.GB * task.attempt, 'memory' ) } + memory = { check_max( 90.GB * task.attempt, 'memory' ) } } withName:'DEEPVARIANT' { cpus = { check_max( 16 * task.attempt, 'cpus' ) }