diff bcftools_plugin_counts.xml @ 5:3b698400ff55 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:29:08 -0400
parents 3443c8a9a4ba
children 71425c50a7cc
line wrap: on
line diff
--- a/bcftools_plugin_counts.xml	Sat Mar 11 17:52:35 2017 -0500
+++ b/bcftools_plugin_counts.xml	Thu Apr 13 16:29:08 2017 -0400
@@ -13,6 +13,8 @@
 @PREPARE_INPUT_FILE@
 #set $section = $sec_restrict
 @PREPARE_TARGETS_FILE@
+@PREPARE_REGIONS_FILE@
+
 bcftools plugin @EXECUTABLE@
 
 ## VCF input section
@@ -24,7 +26,7 @@
 
 ## Primary Input/Outputs
 @INPUT_FILE@ | tee counts_file.txt  
-&& sed 's/^.* \([a-zA-Z]*\):[ ]*\([0-9]*\)$/\1 \2/' counts_file.txt | python $transform > "$output_file"
+&& sed 's/^.* \([a-zA-Z]*\):[ ]*\([0-9]*\)$/\1 \2/' counts_file.txt | python $transform > '$output_file'
 ]]>
     </command>
     <configfiles>