From 85d6fe660cff7218970d5619e0be371ab73b245d Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Wed, 4 Apr 2018 13:25:37 +0200
Subject: [PATCH] adjust sampleConfig memory

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

diff --git a/biopet.wdl b/biopet.wdl
index cb3938d..03b1a04 100644
--- a/biopet.wdl
+++ b/biopet.wdl
@@ -62,7 +62,7 @@ task SampleConfig {
         set -e -o pipefail
         ${preCommand}
         mkdir -p . ${"$(dirname " + jsonOutputPath + ")"} ${"$(dirname " + tsvOutputPath + ")"}
-        java -Xmx4G -jar ${tool_jar} \
+        java -Xmx3G -jar ${tool_jar} \
         -i ${sep="-i " inputFiles} \
         ${"--sample " + sample} \
         ${"--library " + library} \
-- 
GitLab