diff bcftools_annotate.xml @ 5:2dda35928193 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:26:16 -0400
parents bc0d934b106c
children 56cedea67e71
line wrap: on
line diff
--- a/bcftools_annotate.xml	Sat Mar 11 17:49:22 2017 -0500
+++ b/bcftools_annotate.xml	Thu Apr 13 16:26:16 2017 -0400
@@ -34,8 +34,10 @@
     grep '^\#\#INFO' ${hdr_file} > $annotation_hdr &&
   #end if
 #end if
+#set $section = $sec_restrict
 
 bcftools @EXECUTABLE@
+@PREPARE_REGIONS_FILE@
 
 #set $section = $sec_annofile
 @COLUMNS@
@@ -65,6 +67,7 @@
 #set $section = $sec_restrict
 @INCLUDE@
 @EXCLUDE@
+@COLLAPSE@
 @REGIONS@
 @SAMPLES@
 
@@ -73,7 +76,7 @@
 
 ## Primary Input/Outputs
 @INPUT_FILE@
-> "$output_file"
+> '$output_file'
 ]]>
     </command>
     <configfiles>
@@ -143,6 +146,7 @@
         <section name="sec_restrict" expanded="false" title="Restrict to">
             <expand macro="macro_include" />
             <expand macro="macro_exclude" />
+            <expand macro="macro_collapse" />
             <expand macro="macro_regions" />
             <expand macro="macro_samples" />
         </section>