From 057316ea5c3ee9ea2a75831da7bf3601571c6530 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Tue, 19 Nov 2019 15:48:52 +0100 Subject: [PATCH] some memory to be on the safe side --- gatk.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatk.wdl b/gatk.wdl index 55a8079..60b81cd 100644 --- a/gatk.wdl +++ b/gatk.wdl @@ -101,7 +101,7 @@ task CombineGVCFs { File referenceFastaDict File referenceFastaFai - String memory = "18G" + String memory = "24G" String javaXmx = "12G" String dockerImage = "quay.io/biocontainers/gatk4:4.1.0.0--0" } -- GitLab