From e938f3606f012c4bf583a26544236205fae83ed0 Mon Sep 17 00:00:00 2001 From: Emil Date: Thu, 5 May 2022 14:09:45 +0200 Subject: [PATCH] Removes the new SGE clusterOptions for now --- conf/hasta.config | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/hasta.config b/conf/hasta.config index 7db9b4c..67d8652 100644 --- a/conf/hasta.config +++ b/conf/hasta.config @@ -26,9 +26,6 @@ process { memory = 64.GB ext.args = "--java-mem-size=60G" } - withName: 'PICARD_COLLECTHSMETRICS|PICARD_COLLECTMULTIPLEMETRICS|COLLECTREADCOUNTS|DENOISEREADCOUNTS' { - clusterOptions = { task.memory ? "-l h_vmem=${task.memory.bytes/task.cpus}+2" : null } - } } profiles {