Mercurial > repos > iuc > bcftools_plugin_impute_info
diff bcftools_plugin_impute_info.xml @ 9:226815b0d3a0 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:54:08 -0400 |
| parents | 85386d87021f |
| children | 3f6d39df9906 |
line wrap: on
line diff
--- a/bcftools_plugin_impute_info.xml Thu Feb 21 15:50:25 2019 -0500 +++ b/bcftools_plugin_impute_info.xml Wed Jun 05 12:54:08 2019 -0400 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1"> <description>plugin Add imputation information metrics to the INFO field</description> <macros> <token name="@EXECUTABLE@">impute-info</token> @@ -35,8 +35,8 @@ <inputs> <expand macro="macro_input" /> <section name="sec_restrict" expanded="false" title="Restrict to"> - <expand macro="macro_regions" /> - <expand macro="macro_targets" /> + <expand macro="macro_restrict" /> + <expand macro="macro_restrict" type="target" label_type="Target" /> <expand macro="macro_include" /> <expand macro="macro_exclude" /> </section>
