From 8899e8c407b38d58703c32a574f46e62f116378e Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Thu, 6 Dec 2018 10:13:37 +0100
Subject: [PATCH] higher memory for htseqcount

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

diff --git a/htseq.wdl b/htseq.wdl
index cdfc984..d79bc46 100644
--- a/htseq.wdl
+++ b/htseq.wdl
@@ -13,7 +13,7 @@ task HTSeqCount {
         String order = "pos"
         String stranded = "no"
 
-        Int memory = 3
+        Int memory = 6
     }
 
     command {
-- 
GitLab