Mercurial > repos > iuc > bcftools_isec
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 20:eb50606e820a | 21:8711939e09b1 |
|---|---|
| 50 <expand macro="macro_apply_filters" /> | 50 <expand macro="macro_apply_filters" /> |
| 51 <expand macro="macro_restrict" /> | 51 <expand macro="macro_restrict" /> |
| 52 <expand macro="macro_restrict" type="target" label_type="Target" /> | 52 <expand macro="macro_restrict" type="target" label_type="Target" /> |
| 53 </section> | 53 </section> |
| 54 <section name="sec_default" expanded="true" title="Isec Options"> | 54 <section name="sec_default" expanded="true" title="Isec Options"> |
| 55 <param name="nfiles" type="text" label="Nfiles" optional="True" | 55 <param argument="--nfiles" type="text" label="Nfiles" |
| 56 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files" > | 56 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files"> |
| 57 <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator> | 57 <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator> |
| 58 </param> | 58 </param> |
| 59 <param name="complement" type="boolean" truevalue="--complement" falsevalue="" label="Complement" | 59 <param name="complement" type="boolean" truevalue="--complement" falsevalue="" label="Complement" |
| 60 help="Output positions present only in the first file but missing in the others" /> | 60 help="Output positions present only in the first file but missing in the others" /> |
| 61 <!-- <param name="prefix" type="boolean" truevalue="\-\-prefix subset" falsevalue="" checked="false" label="subset each of the input files" | 61 <!-- <param name="prefix" type="boolean" truevalue="\-\-prefix subset" falsevalue="" checked="false" label="subset each of the input files" |
