Mercurial > repos > iuc > bcftools_convert_to_vcf
diff bcftools_convert_to_vcf.xml @ 4:dccf11c79157 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:51 -0500 |
| parents | 236f3634fb19 |
| children | 6911c0cb6b7d |
line wrap: on
line diff
--- a/bcftools_convert_to_vcf.xml Tue Jan 31 12:35:36 2017 -0500 +++ b/bcftools_convert_to_vcf.xml Sat Mar 11 17:50:51 2017 -0500 @@ -1,11 +1,13 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@VERSION@.0"> +<tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@VERSION@"> <description>Converts other formats to VCF/BCFk</description> <macros> <token name="@EXECUTABLE@">convert</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"><