From 7d713cdad233e5a1e32017354aaf729fa16c446c Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Fri, 27 Sep 2019 13:06:40 +0200
Subject: [PATCH] increase memorymultiplier for genotypeGVCFs

---
 gatk.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gatk.wdl b/gatk.wdl
index ae38c4b..bbc00be 100644
--- a/gatk.wdl
+++ b/gatk.wdl
@@ -170,7 +170,7 @@ task GenotypeGVCFs {
         File? dbsnpVCF
         File? dbsnpVCFIndex
         Int memory = 6
-        Float memoryMultiplier = 2.0
+        Float memoryMultiplier = 3.0
         String dockerImage = "quay.io/biocontainers/gatk4:4.1.0.0--0"
     }
 
-- 
GitLab