diff --git a/tools/groot/groot.xml b/tools/groot/groot.xml
index c9e286917e1..051cc4fd738 100644
--- a/tools/groot/groot.xml
+++ b/tools/groot/groot.xml
@@ -2,7 +2,7 @@
align reads to references and weight variation graphs and generate report
1.1.2
- 1
+ 2
22.05
@@ -35,8 +35,11 @@ groot align
--processors "\${GALAXY_SLOTS:-1}"
| groot report
+ #if str($coverage.mode) == "cutoff"
--covCutoff '$covCutoff'
- $lowCov
+ #elif str($coverage.mode) == "lowcov"
+ --lowCov
+ #end if
> '$report_out'
]]>
@@ -58,13 +61,20 @@ groot align
-
-
+
+
+
+
+
+
+
+
+
+
@@ -85,11 +95,10 @@ groot align
@@ -115,11 +124,12 @@ groot align