Mercurial > repos > iuc > bcftools_convert_to_vcf
changeset 14:41873b29860a 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:44:51 +0000 |
parents | c14b33ab15d8 |
children | de68c11034f6 |
files | bcftools_convert_to_vcf.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bcftools_convert_to_vcf.xml Thu Oct 14 10:24:59 2021 +0000 +++ b/bcftools_convert_to_vcf.xml Sat Jan 15 13:44:51 2022 +0000 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@TOOL_VERSION@"> <description>Converts other formats to VCF/BCFk</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">convert</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements"> <expand macro="samtools_requirement"/> </expand>