Mercurial > repos > iuc > bcftools_norm
diff bcftools_norm.xml @ 12:9ef2d8eb8c30 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 7ea221c576832871e9e5876d6927887d567d4f98"
| author | iuc |
|---|---|
| date | Thu, 28 Nov 2019 14:46:09 +0000 |
| parents | 35cf715a87e5 |
| children | 324ba01cb4d8 |
line wrap: on
line diff
--- a/bcftools_norm.xml Thu Oct 10 03:53:18 2019 -0400 +++ b/bcftools_norm.xml Thu Nov 28 14:46:09 2019 +0000 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy2"> <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> <macros> <token name="@EXECUTABLE@">norm</token> @@ -7,6 +7,9 @@ </macros> <expand macro="requirements"> <expand macro="samtools_requirement"/> + <!-- gawk only required for current bcftools norm bug workaround + Remove once fixed (see command section below --> + <requirement type="package" version="5.0.1">gawk</requirement> </expand> <expand macro="version_command" /> <command detect_errors="aggressive"><