comparison bcftools_plugin_fixploidy.xml @ 8:2978f7d1f150 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:03:09 -0400
parents 12152af85697
children ceb03be4f31b
comparison
equal deleted inserted replaced
7:12152af85697 8:2978f7d1f150
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 Fix ploidy</description> 3 <description>plugin Fix ploidy</description>
4 <macros> 4 <macros>
5 <token name="@EXECUTABLE@">fixploidy</token> 5 <token name="@EXECUTABLE@">fixploidy</token>
6 <token name="@PLUGIN_ID@">fixploidy</token> 6 <token name="@PLUGIN_ID@">fixploidy</token>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
43 ]]> 43 ]]>
44 </command> 44 </command>
45 <inputs> 45 <inputs>
46 <expand macro="macro_input" /> 46 <expand macro="macro_input" />
47 <section name="sec_restrict" expanded="false" title="Restrict to"> 47 <section name="sec_restrict" expanded="false" title="Restrict to">
48 <expand macro="macro_regions" /> 48 <expand macro="macro_restrict" />
49 <expand macro="macro_targets" /> 49 <expand macro="macro_restrict" type="target" label_type="Target" />
50 <expand macro="macro_include" /> 50 <expand macro="macro_include" />
51 <expand macro="macro_exclude" /> 51 <expand macro="macro_exclude" />
52 </section> 52 </section>
53 <section name="sec_plugin" expanded="true" title="Plugin Options"> 53 <section name="sec_plugin" expanded="true" title="Plugin Options">
54 <expand macro="macro_ploidy_file" /> 54 <expand macro="macro_ploidy_file" />