Mercurial > repos > iuc > bcftools_isec
diff bcftools_isec.xml @ 21:8711939e09b1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit cdb4558db96dd58f9f85267488a1e27ad813fca4
| author | iuc |
|---|---|
| date | Thu, 29 Sep 2022 08:28:50 +0000 |
| parents | 83c351567b3f |
| children | df29f44b1bc0 |
line wrap: on
line diff
--- a/bcftools_isec.xml Mon Sep 26 17:49:14 2022 +0000 +++ b/bcftools_isec.xml Thu Sep 29 08:28:50 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"
