Mercurial > repos > iuc > bcftools_convert_to_vcf
comparison bcftools_convert_to_vcf.xml @ 16:71f82a248614 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
| author | iuc |
|---|---|
| date | Sat, 15 Jan 2022 13:14:22 +0000 |
| parents | 161e7d976e62 |
| children | feb68597f5bc |
comparison
equal
deleted
inserted
replaced
| 15:4f29594c4bf7 | 16:71f82a248614 |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
| 2 <tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@TOOL_VERSION@"> | 2 <tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@TOOL_VERSION@"> |
| 3 <description>Converts other formats to VCF/BCFk</description> | 3 <description>Converts other formats to VCF/BCFk</description> |
| 4 <expand macro="bio_tools" /> | |
| 5 <macros> | 4 <macros> |
| 6 <token name="@EXECUTABLE@">convert</token> | 5 <token name="@EXECUTABLE@">convert</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 </expand> | 11 </expand> |
| 12 <expand macro="version_command" /> | 12 <expand macro="version_command" /> |
| 13 <command detect_errors="aggressive"><