# HG changeset patch
# User iuc
# Date 1736350569 0
# Node ID 4d5cf5a423d5a1203717b728de23cfaa36db1a6c
# Parent c15e34e39e09d7f3be82de27bfb3c41f560004f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/groot commit 90b5334805ccaec1ede5dc1b25a2b45d772a69f8
diff -r c15e34e39e09 -r 4d5cf5a423d5 groot.xml
--- a/groot.xml Mon Nov 18 15:10:15 2024 +0000
+++ b/groot.xml Wed Jan 08 15:36:09 2025 +0000
@@ -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 @@
--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 @@
-
-
+
+
+
+
+
+
+
+
+
+
@@ -85,11 +95,10 @@
@@ -115,11 +124,12 @@