From e941b853a9ff8e194c8b1af2dc28dffddb58d8be Mon Sep 17 00:00:00 2001
From: cagaser <c.agaser@lumc.nl>
Date: Fri, 14 Aug 2020 08:56:34 +0200
Subject: [PATCH] add parameter_meta for SVcalling.gridss.jvmHeapSizeGb

---
 gridss.wdl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gridss.wdl b/gridss.wdl
index 3b7859b..3649cb1 100644
--- a/gridss.wdl
+++ b/gridss.wdl
@@ -78,6 +78,7 @@ task GRIDSS {
         outputPrefix: {description: "The prefix for the output files. This may include parent directories.", category: "common"}
 
         threads: {description: "The number of the threads to use.", category: "advanced"}
+        javaXmxMb: {description: "The size of JVM heap for assembly and variant calling",category: "advanced"}
         dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
     }
 }
\ No newline at end of file
-- 
GitLab