From ba1d3f24cc2dfff418ab9d88920ca753c99aa9aa Mon Sep 17 00:00:00 2001 From: Simon Pearce <24893913+SPPearce@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:07:14 +0100 Subject: [PATCH] Update crukmi.config --- conf/crukmi.config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/crukmi.config b/conf/crukmi.config index 000eda9..4823585 100644 --- a/conf/crukmi.config +++ b/conf/crukmi.config @@ -37,11 +37,6 @@ process { memory = { check_max( 80.GB * task.attempt, 'memory' ) } } - withName: 'SAMTOOLS_MPILEUP' { - cpus = 1 - memory = { 5.GB * task.attempt } - } - } executor {