From 534cc2593afc740993c6f370aa5955a63eb7e85d Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Tue, 18 Sep 2018 07:33:50 +0200
Subject: [PATCH] Raise memory

---
 gatk.wdl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gatk.wdl b/gatk.wdl
index 512666f..99a5b2c 100644
--- a/gatk.wdl
+++ b/gatk.wdl
@@ -198,8 +198,8 @@ task GenotypeGVCFs {
 
         IndexedVcfFile? dbsnpVCF
 
-        Int memory = 4
-        Float memoryMultiplier =3.0
+        Int memory = 6
+        Float memoryMultiplier = 2.0
     }
 
     String dbsnpArg = if defined(dbsnpVCF) then "-D " + select_first([dbsnpVCF]).file else ""
-- 
GitLab