Mercurial > repos > iuc > bcftools_norm
changeset 15:481476814acc 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:37:35 +0000 |
parents | ff9e769ccd6c |
children | 021693fdadaa |
files | bcftools_norm.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bcftools_norm.xml Thu Oct 14 10:13:42 2021 +0000 +++ b/bcftools_norm.xml Sat Jan 15 13:37:35 2022 +0000 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> <description>Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows</description> - <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">norm</token> <import>macros.xml</import> </macros> + <expand macro="bio_tools" /> <expand macro="requirements"> <expand macro="samtools_requirement"/> <!-- gawk only required for current bcftools norm bug workaround