Mercurial > repos > iuc > bcftools_concat
comparison bcftools_concat.xml @ 10:f5bf358d8862 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e648d86d550ddf2eb67237752320c390b3a780e5
| author | iuc |
|---|---|
| date | Wed, 05 Jun 2019 12:51:27 -0400 |
| parents | 50554a5bc884 |
| children | a7af68334e35 |
comparison
equal
deleted
inserted
replaced
| 9:50554a5bc884 | 10:f5bf358d8862 |
|---|---|
| 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>Concatenate or combine VCF/BCF files</description> | 3 <description>Concatenate or combine VCF/BCF files</description> |
| 4 <macros> | 4 <macros> |
| 5 <token name="@EXECUTABLE@">concat</token> | 5 <token name="@EXECUTABLE@">concat</token> |
| 6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 7 </macros> | 7 </macros> |
| 49 #end if | 49 #end if |
| 50 ]]></command> | 50 ]]></command> |
| 51 <inputs> | 51 <inputs> |
| 52 <expand macro="macro_inputs" /> | 52 <expand macro="macro_inputs" /> |
| 53 <section name="sec_restrict" expanded="false" title="Restrict to"> | 53 <section name="sec_restrict" expanded="false" title="Restrict to"> |
| 54 <expand macro="macro_regions" /> | 54 <expand macro="macro_restrict" /> |
| 55 </section> | 55 </section> |
| 56 <section name="sec_default" expanded="true" title="Concat Options"> | 56 <section name="sec_default" expanded="true" title="Concat Options"> |
| 57 <conditional name="mode"> | 57 <conditional name="mode"> |
| 58 <param name="naive" type="select" label="naive concat"> | 58 <param name="naive" type="select" label="naive concat"> |
| 59 <help><