changeset 1:b28c6af6304e draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit b6c674376eade4fdf9ffb31380f6689ede84a091"
author iuc
date Wed, 08 Jan 2020 18:00:52 +0000
parents 0c2e94e8db77
children a035215e81f6
files macros.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Dec 10 21:02:22 2019 +0000
+++ b/macros.xml	Wed Jan 08 18:00:52 2020 +0000
@@ -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>