Mercurial > repos > iuc > bcftools_consensus
diff bcftools_consensus.xml @ 4:a50824596729 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:50:22 -0500 |
| parents | 05b553a53a7f |
| children | 979ba8128e98 |
line wrap: on
line diff
--- a/bcftools_consensus.xml Tue Jan 31 12:35:10 2017 -0500 +++ b/bcftools_consensus.xml Sat Mar 11 17:50:22 2017 -0500 @@ -1,11 +1,13 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.0"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@"> <description>Create consensus sequence by applying VCF variants to a reference fasta file</description> <macros> <token name="@EXECUTABLE@">consensus</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"><