Mercurial > repos > iuc > bcftools_plugin_setgt
comparison bcftools_plugin_setgt.xml @ 8:5ecd5f91b501 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:13:54 -0400 |
parents | 09f5e45a8212 |
children | 76fe872413c2 |
comparison
equal
deleted
inserted
replaced
7:09f5e45a8212 | 8:5ecd5f91b501 |
---|---|
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 Sets genotypes</description> | 3 <description>plugin Sets genotypes</description> |
4 <macros> | 4 <macros> |
5 <token name="@EXECUTABLE@">setGT</token> | 5 <token name="@EXECUTABLE@">setGT</token> |
6 <token name="@PLUGIN_ID@">setgt</token> | 6 <token name="@PLUGIN_ID@">setgt</token> |
7 <import>macros.xml</import> | 7 <import>macros.xml</import> |
38 ]]> | 38 ]]> |
39 </command> | 39 </command> |
40 <inputs> | 40 <inputs> |
41 <expand macro="macro_input" /> | 41 <expand macro="macro_input" /> |
42 <section name="sec_restrict" expanded="false" title="Restrict to"> | 42 <section name="sec_restrict" expanded="false" title="Restrict to"> |
43 <expand macro="macro_regions" /> | 43 <expand macro="macro_restrict" /> |
44 <expand macro="macro_targets" /> | 44 <expand macro="macro_restrict" type="target" label_type="Target" /> |
45 <expand macro="macro_include" /> | 45 <expand macro="macro_include" /> |
46 <expand macro="macro_exclude" /> | 46 <expand macro="macro_exclude" /> |
47 </section> | 47 </section> |
48 <section name="sec_plugin" expanded="true" title="Plugin Options"> | 48 <section name="sec_plugin" expanded="true" title="Plugin Options"> |
49 <param name="target_gt" type="select" label="Target genotypes to change"> | 49 <param name="target_gt" type="select" label="Target genotypes to change"> |