# HG changeset patch
# User iuc
# Date 1736350551 0
# Node ID 0328139912c8fff824d153128223531bcebb56d2
# Parent 54231cd5498919e46ce9905ab3998d04c9dac33f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/groot commit 90b5334805ccaec1ede5dc1b25a2b45d772a69f8
diff -r 54231cd54989 -r 0328139912c8 groot.xml
--- a/groot.xml Mon Nov 18 15:09:49 2024 +0000
+++ b/groot.xml Wed Jan 08 15:35:51 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 @@