From 9747d5fe15adb8a0f9d8e9c6e88c06f97eccb957 Mon Sep 17 00:00:00 2001 From: Praveen Raj S <43108054+praveenraj2018@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:36:25 +0100 Subject: [PATCH] Added PileupSummariesForMutect2 in CPU limit list Add PileupSummariesForMutect2 to the list to run with less threads. Changed the MaxForks to 12 Tested on an internal sample and it worked! --- conf/munin.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/munin.config b/conf/munin.config index 4f9c209..34d36ae 100644 --- a/conf/munin.config +++ b/conf/munin.config @@ -20,9 +20,10 @@ process { maxForks = 46 // Limit cpus for Mutect2 - withName:'Mutect2|Mutect2Single' { +process { + withName:'Mutect2|Mutect2Single|PileupSummariesForMutect2' { time = {48.h * task.attempt} - maxForks = 23 + maxForks = 12 } }