Repository 'cat_summarise'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/cat_summarise

Changeset 1:7f1aaa1932d8 (2020-01-08)
Previous changeset 0:db1360aae489 (2019-12-10) Next changeset 2:388e6678fa98 (2023-03-09)
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit b6c674376eade4fdf9ffb31380f6689ede84a091"
modified:
macros.xml
b
diff -r db1360aae489 -r 7f1aaa1932d8 macros.xml
--- a/macros.xml Tue Dec 10 16:04:54 2019 -0500
+++ b/macros.xml Wed Jan 08 13:03:16 2020 -0500
b
@@ -77,7 +77,11 @@
       #end if
       --out_prefix 'cat_output'
 ]]></token>
-    <xml name="custom_settings">
+    <xml name="custom_settings_bins">
+        <param argument="--range" type="integer" value="5" min="0" max="49" label="range"/>
+        <param argument="--fraction" type="float" value="0.3" min="0" max="0.99" label="fraction"/>
+    </xml>
+    <xml name="custom_settings_contigs">
         <param argument="--range" type="integer" value="10" min="0" max="49" label="range"/>
         <param argument="--fraction" type="float" value="0.5" min="0" max="0.99" label="fraction"/>
     </xml>