From 99cb0cec13f52d51b1757f6521183d2b9db0d12d Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Thu, 21 Feb 2019 10:29:20 +0100
Subject: [PATCH] memory updated

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

diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl
index 01739b0..b05bec4 100644
--- a/biopet/biopet.wdl
+++ b/biopet/biopet.wdl
@@ -234,7 +234,8 @@ task ReorderGlobbedScatters {
 
     runtime {
         docker: "python:" + dockerTag
-        memory: 1
+        # 2 gigs of memory to be able to build the docker image in singularity
+        memory: 2
     }
 }
 
-- 
GitLab