From 18eb28a7fb281c0653b7ee4f9158feecdfa603a5 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Thu, 21 Feb 2019 10:50:24 +0100 Subject: [PATCH] increase memory --- biopet/biopet.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl index 3c7ac7b..5272002 100644 --- a/biopet/biopet.wdl +++ b/biopet/biopet.wdl @@ -234,8 +234,8 @@ task ReorderGlobbedScatters { runtime { docker: "python:" + dockerTag - # 2 gigs of memory to be able to build the docker image in singularity - memory: 2 + # 4 gigs of memory to be able to build the docker image in singularity + memory: 4 } } -- GitLab