Mercurial > repos > iuc > bcftools_norm
diff bcftools_norm.xml @ 4:59268ce456d1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 3edcac645f34d5a94884dedaf95c5774f4afc5c7
| author | iuc |
|---|---|
| date | Sat, 11 Mar 2017 17:52:04 -0500 |
| parents | 4b0144f7be6a |
| children | 9e9e7c4aa65d |
line wrap: on
line diff
--- a/bcftools_norm.xml Tue Jan 31 12:36:42 2017 -0500 +++ b/bcftools_norm.xml Sat Mar 11 17:52:04 2017 -0500 @@ -1,11 +1,13 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.1"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.0"> <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> <import>macros.xml</import> </macros> - <expand macro="requirements" /> + <expand macro="requirements"> + <requirement type="package" version="1.3.1">samtools</requirement> + </expand> <expand macro="version_command" /> <command detect_errors="aggressive"><