Mercurial > repos > iuc > bcftools_norm
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11:998726d0de24 | 12:9ef2d8eb8c30 |
|---|---|
| 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@+galaxy2"> |
| 3 <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> | 3 <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> |
| 4 <macros> | 4 <macros> |
| 5 <token name="@EXECUTABLE@">norm</token> | 5 <token name="@EXECUTABLE@">norm</token> |
| 6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 7 </macros> | 7 </macros> |
| 8 <expand macro="requirements"> | 8 <expand macro="requirements"> |
| 9 <expand macro="samtools_requirement"/> | 9 <expand macro="samtools_requirement"/> |
| 10 <!-- gawk only required for current bcftools norm bug workaround | |
| 11 Remove once fixed (see command section below --> | |
| 12 <requirement type="package" version="5.0.1">gawk</requirement> | |
| 10 </expand> | 13 </expand> |
| 11 <expand macro="version_command" /> | 14 <expand macro="version_command" /> |
| 12 <command detect_errors="aggressive"><