From 50c461034577663dc09457970d078a8c7ca9f352 Mon Sep 17 00:00:00 2001 From: Praveen Raj S <43108054+praveenraj2018@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:29:19 +0100 Subject: [PATCH] Adjusted time and maxforks for Mutect2 --- conf/munin.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/munin.config b/conf/munin.config index 6b854fb..d1f5e53 100644 --- a/conf/munin.config +++ b/conf/munin.config @@ -20,6 +20,13 @@ process { maxForks = 46 } +process { + withName:Mutect2 { + time = { check_max( 48.h * task.attempt, 'time' ) } + maxForks = 23 + } +} + singularity { cacheDir = '/data1/containers/' enabled = true