comparison bcftools_isec.xml @ 8:611f4cab1289 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e648d86d550ddf2eb67237752320c390b3a780e5
author iuc
date Wed, 05 Jun 2019 13:12:22 -0400
parents 709dd8291b83
children 1fd4fd0c6ee3
comparison
equal deleted inserted replaced
7:709dd8291b83 8:611f4cab1289
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1">
3 <description>Create intersections, unions and complements of VCF files</description> 3 <description>Create intersections, unions and complements of VCF files</description>
4 <macros> 4 <macros>
5 <token name="@EXECUTABLE@">isec</token> 5 <token name="@EXECUTABLE@">isec</token>
6 <import>macros.xml</import> 6 <import>macros.xml</import>
7 </macros> 7 </macros>
45 <section name="sec_restrict" expanded="false" title="Restrict to"> 45 <section name="sec_restrict" expanded="false" title="Restrict to">
46 <expand macro="macro_collapse" /> 46 <expand macro="macro_collapse" />
47 <expand macro="macro_include" /> 47 <expand macro="macro_include" />
48 <expand macro="macro_exclude" /> 48 <expand macro="macro_exclude" />
49 <expand macro="macro_apply_filters" /> 49 <expand macro="macro_apply_filters" />
50 <expand macro="macro_regions" /> 50 <expand macro="macro_restrict" />
51 <expand macro="macro_targets" /> 51 <expand macro="macro_restrict" type="target" label_type="Target" />
52 </section> 52 </section>
53 <section name="sec_default" expanded="true" title="Isec Options"> 53 <section name="sec_default" expanded="true" title="Isec Options">
54 <param name="nfiles" type="text" label="Nfiles" optional="True" 54 <param name="nfiles" type="text" label="Nfiles" optional="True"
55 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files" > 55 help="Output positions present in this many (=), this many or more (+), this many or fewer (-), the exact (~) files" >
56 <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator> 56 <validator type="regex" message="bitmask zero or one">^([=+-]?\d+|~[01]+)?$</validator>