Mercurial > repos > iuc > bcftools_view
comparison bcftools_view.xml @ 8:ed94a3dccad0 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:14:37 -0400 |
parents | d1f8f55f564d |
children | c4a9b38b435d |
comparison
equal
deleted
inserted
replaced
7:d1f8f55f564d | 8:ed94a3dccad0 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> |
3 <description>VCF/BCF conversion, view, subset and filter VCF/BCF files</description> | 3 <description>VCF/BCF conversion, view, subset and filter VCF/BCF files</description> |
4 <macros> | 4 <macros> |
5 <token name="@EXECUTABLE@">view</token> | 5 <token name="@EXECUTABLE@">view</token> |
6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
7 <xml name="macro_types_options"> | 7 <xml name="macro_types_options"> |
100 </command> | 100 </command> |
101 <inputs> | 101 <inputs> |
102 <expand macro="macro_input" /> | 102 <expand macro="macro_input" /> |
103 <section name="sec_restrict" expanded="false" title="Restrict to"> | 103 <section name="sec_restrict" expanded="false" title="Restrict to"> |
104 <expand macro="macro_apply_filters" /> | 104 <expand macro="macro_apply_filters" /> |
105 <expand macro="macro_regions" /> | 105 <expand macro="macro_restrict" /> |
106 <expand macro="macro_targets" /> | 106 <expand macro="macro_restrict" type="target" label_type="Target" /> |
107 <expand macro="macro_include" /> | 107 <expand macro="macro_include" /> |
108 <expand macro="macro_exclude" /> | 108 <expand macro="macro_exclude" /> |
109 </section> | 109 </section> |
110 <section name="sec_subset" expanded="false" title="Subset Options"> | 110 <section name="sec_subset" expanded="false" title="Subset Options"> |
111 <expand macro="macro_samples" /> | 111 <expand macro="macro_samples" /> |