Mercurial > repos > iuc > bcftools_plugin_impute_info
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8:85386d87021f | 9:226815b0d3a0 |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
| 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1"> |
| 3 <description>plugin Add imputation information metrics to the INFO field</description> | 3 <description>plugin Add imputation information metrics to the INFO field</description> |
| 4 <macros> | 4 <macros> |
| 5 <token name="@EXECUTABLE@">impute-info</token> | 5 <token name="@EXECUTABLE@">impute-info</token> |
| 6 <token name="@PLUGIN_ID@">impute_info</token> | 6 <token name="@PLUGIN_ID@">impute_info</token> |
| 7 <import>macros.xml</import> | 7 <import>macros.xml</import> |
| 33 ]]> | 33 ]]> |
| 34 </command> | 34 </command> |
| 35 <inputs> | 35 <inputs> |
| 36 <expand macro="macro_input" /> | 36 <expand macro="macro_input" /> |
| 37 <section name="sec_restrict" expanded="false" title="Restrict to"> | 37 <section name="sec_restrict" expanded="false" title="Restrict to"> |
| 38 <expand macro="macro_regions" /> | 38 <expand macro="macro_restrict" /> |
| 39 <expand macro="macro_targets" /> | 39 <expand macro="macro_restrict" type="target" label_type="Target" /> |
| 40 <expand macro="macro_include" /> | 40 <expand macro="macro_include" /> |
| 41 <expand macro="macro_exclude" /> | 41 <expand macro="macro_exclude" /> |
| 42 </section> | 42 </section> |
| 43 <expand macro="macro_select_output_type" /> | 43 <expand macro="macro_select_output_type" /> |
| 44 </inputs> | 44 </inputs> |
