diff bcftools_norm.xml @ 5:9e9e7c4aa65d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
author iuc
date Thu, 13 Apr 2017 16:23:15 -0400
parents 59268ce456d1
children 05afd752df18
line wrap: on
line diff
--- a/bcftools_norm.xml	Sat Mar 11 17:52:04 2017 -0500
+++ b/bcftools_norm.xml	Thu Apr 13 16:23:15 2017 -0400
@@ -6,7 +6,7 @@
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="1.3.1">samtools</requirement>
+        <expand macro="samtools_requirement"/>
     </expand>
     <expand macro="version_command" />
     <command detect_errors="aggressive"><![CDATA[
@@ -16,6 +16,7 @@
 @PREPARE_FASTA_REF@
 #set $section = $sec_restrict
 @PREPARE_TARGETS_FILE@
+@PREPARE_REGIONS_FILE@
 
 bcftools @EXECUTABLE@
 
@@ -52,7 +53,7 @@
 
 ## Primary Input/Outputs
 @INPUT_FILE@
-> "$output_file"
+> '$output_file'
 ]]>
     </command>
     <inputs>