Mercurial > repos > iuc > bcftools_isec
diff bcftools_isec.xml @ 9:6e3365d31e6d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e648d86d550ddf2eb67237752320c390b3a780e5
| author | iuc |
|---|---|
| date | Wed, 05 Jun 2019 12:50:48 -0400 |
| parents | 75428e72ed50 |
| children | 252f9f556ec5 |
line wrap: on
line diff
--- a/bcftools_isec.xml Thu Feb 21 15:46:47 2019 -0500 +++ b/bcftools_isec.xml Wed Jun 05 12:50:48 2019 -0400 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> <description>Create intersections, unions and complements of VCF files</description> <macros> <token name="@EXECUTABLE@">isec</token> @@ -47,8 +47,8 @@ <expand macro="macro_include" /> <expand macro="macro_exclude" /> <expand macro="macro_apply_filters" /> - <expand macro="macro_regions" /> - <expand macro="macro_targets" /> + <expand macro="macro_restrict" /> + <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"
