comparison bcftools_plugin_impute_info.xml @ 8:9b298d4d10c2 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:16:01 -0400
parents 6f8e223f78f3
children 2c53c8974cb3
comparison
equal deleted inserted replaced
7:6f8e223f78f3 8:9b298d4d10c2
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>