Mercurial > repos > iuc > bcftools_consensus
comparison bcftools_consensus.xml @ 17:c8747136963c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
| author | iuc |
|---|---|
| date | Sat, 15 Jan 2022 12:46:20 +0000 |
| parents | 703d87c2684c |
| children | 99550ee60e65 |
comparison
equal
deleted
inserted
replaced
| 16:11a75cd15413 | 17:c8747136963c |
|---|---|
| 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@+galaxy1"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> |
| 3 <description>Create consensus sequence by applying VCF variants to a reference fasta file</description> | 3 <description>Create consensus sequence by applying VCF variants to a reference fasta file</description> |
| 4 <expand macro="bio_tools" /> | |
| 5 <macros> | 4 <macros> |
| 6 <token name="@EXECUTABLE@">consensus</token> | 5 <token name="@EXECUTABLE@">consensus</token> |
| 7 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 8 </macros> | 7 </macros> |
| 8 <expand macro="bio_tools" /> | |
| 9 <expand macro="requirements"> | 9 <expand macro="requirements"> |
| 10 <expand macro="samtools_requirement"/> | 10 <expand macro="samtools_requirement"/> |
| 11 <requirement type="package" version="5.0.1">gawk</requirement> | 11 <requirement type="package" version="5.0.1">gawk</requirement> |
| 12 </expand> | 12 </expand> |
| 13 <expand macro="version_command" /> | 13 <expand macro="version_command" /> |
