comparison 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
comparison
equal deleted inserted replaced
18:768d04526638 19:d7d1663559e9
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"