diff bcftools_convert_to_vcf.xml @ 4:19167fd970a3 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:58:54 -0500
parents d6e3d97e17f0
children 7b50ab23976c
line wrap: on
line diff
--- a/bcftools_convert_to_vcf.xml	Tue Jan 31 12:42:27 2017 -0500
+++ b/bcftools_convert_to_vcf.xml	Sat Mar 11 17:58:54 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"><![CDATA[
 @PREPARE_ENV@