diff bcftools_isec.xml @ 19:d7d1663559e9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit cdb4558db96dd58f9f85267488a1e27ad813fca4
author iuc
date Thu, 29 Sep 2022 09:05:27 +0000
parents 5f27e814a119
children
line wrap: on
line diff
--- a/bcftools_isec.xml	Mon Sep 26 18:25:36 2022 +0000
+++ b/bcftools_isec.xml	Thu Sep 29 09:05:27 2022 +0000
@@ -52,8 +52,8 @@
             <expand macro="macro_restrict" type="target" label_type="Target" />
         </section>
         <section name="sec_default" expanded="true" title="Isec Options">
-            <param name="nfiles" type="text" label="Nfiles" optional="True" 
-                 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files" >
+            <param argument="--nfiles" type="text" label="Nfiles"
+                 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files">
                 <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator>
             </param>
             <param name="complement" type="boolean" truevalue="--complement" falsevalue="" label="Complement"