Mercurial > repos > iuc > bcftools_norm
diff bcftools_norm.xml @ 4:660f8eec689d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 3edcac645f34d5a94884dedaf95c5774f4afc5c7
author | iuc |
---|---|
date | Sat, 11 Mar 2017 18:00:25 -0500 |
parents | d110fb275304 |
children | e49eeb4059e0 |
line wrap: on
line diff
--- a/bcftools_norm.xml Tue Jan 31 12:43:24 2017 -0500 +++ b/bcftools_norm.xml Sat Mar 11 18:00:25 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"><![CDATA[ @PREPARE_ENV@