Mercurial > repos > iuc > bcftools_plugin_missing2ref
comparison bcftools_plugin_missing2ref.xml @ 8:ed003195e914 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:08:08 -0400 |
parents | 31c096c6b156 |
children | 5d98fe06e4ae |
comparison
equal
deleted
inserted
replaced
7:31c096c6b156 | 8:ed003195e914 |
---|---|
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 Set missing genotypes</description> | 3 <description>plugin Set missing genotypes</description> |
4 <macros> | 4 <macros> |
5 <token name="@EXECUTABLE@">missing2ref</token> | 5 <token name="@EXECUTABLE@">missing2ref</token> |
6 <token name="@PLUGIN_ID@">missing2ref</token> | 6 <token name="@PLUGIN_ID@">missing2ref</token> |
7 <import>macros.xml</import> | 7 <import>macros.xml</import> |
41 ]]> | 41 ]]> |
42 </command> | 42 </command> |
43 <inputs> | 43 <inputs> |
44 <expand macro="macro_input" /> | 44 <expand macro="macro_input" /> |
45 <section name="sec_restrict" expanded="false" title="Restrict to"> | 45 <section name="sec_restrict" expanded="false" title="Restrict to"> |
46 <expand macro="macro_regions" /> | 46 <expand macro="macro_restrict" /> |
47 <expand macro="macro_targets" /> | 47 <expand macro="macro_restrict" type="target" label_type="Target" /> |
48 <expand macro="macro_include" /> | 48 <expand macro="macro_include" /> |
49 <expand macro="macro_exclude" /> | 49 <expand macro="macro_exclude" /> |
50 </section> | 50 </section> |
51 <section name="sec_plugin" expanded="true" title="Plugin Options"> | 51 <section name="sec_plugin" expanded="true" title="Plugin Options"> |
52 <param name="phased" type="boolean" truevalue="--phased" falsevalue="" checked="false" label="Phased" help="Set to 0|0" /> | 52 <param name="phased" type="boolean" truevalue="--phased" falsevalue="" checked="false" label="Phased" help="Set to 0|0" /> |