From e6405dd10767f1c0a420ca92eb2909a14fc0aaf1 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Mon, 5 Nov 2018 15:16:11 +0100
Subject: [PATCH] increase basecounter memory

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

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index 881a84f..da3965a 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -12,7 +12,7 @@ task BaseCounter {
         String prefix
 
         Int memory = 4
-        Float memoryMultiplier = 3.0
+        Float memoryMultiplier = 3.5
     }
 
     String toolCommand = if defined(toolJar)
-- 
GitLab