From 997e656295f5700993f4c8ac8c32a663be245f3d Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Mon, 2 Sep 2019 09:40:49 +0200 Subject: [PATCH] Revert "update filterMutectCalls memory multiplier" This reverts commit eec323ef9afc69805d5e62242dd02a90a120d0ce. --- gatk.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatk.wdl b/gatk.wdl index ff33b44..be3b4d3 100644 --- a/gatk.wdl +++ b/gatk.wdl @@ -436,7 +436,7 @@ task FilterMutectCalls { String? extraArgs Int memory = 8 - Float memoryMultiplier = 2 + Float memoryMultiplier = 1.5 String dockerImage = "quay.io/biocontainers/gatk4:4.1.2.0--1" } -- GitLab