comparison 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
comparison
equal deleted inserted replaced
4:3443c8a9a4ba 5:3b698400ff55
11 <command detect_errors="aggressive"><![CDATA[ 11 <command detect_errors="aggressive"><![CDATA[
12 @PREPARE_ENV@ 12 @PREPARE_ENV@
13 @PREPARE_INPUT_FILE@ 13 @PREPARE_INPUT_FILE@
14 #set $section = $sec_restrict 14 #set $section = $sec_restrict
15 @PREPARE_TARGETS_FILE@ 15 @PREPARE_TARGETS_FILE@
16 @PREPARE_REGIONS_FILE@
17
16 bcftools plugin @EXECUTABLE@ 18 bcftools plugin @EXECUTABLE@
17 19
18 ## VCF input section 20 ## VCF input section
19 #set $section = $sec_restrict 21 #set $section = $sec_restrict
20 @INCLUDE@ 22 @INCLUDE@
22 @REGIONS@ 24 @REGIONS@
23 @TARGETS@ 25 @TARGETS@
24 26
25 ## Primary Input/Outputs 27 ## Primary Input/Outputs
26 @INPUT_FILE@ | tee counts_file.txt 28 @INPUT_FILE@ | tee counts_file.txt
27 && sed 's/^.* \([a-zA-Z]*\):[ ]*\([0-9]*\)$/\1 \2/' counts_file.txt | python $transform > "$output_file" 29 && sed 's/^.* \([a-zA-Z]*\):[ ]*\([0-9]*\)$/\1 \2/' counts_file.txt | python $transform > '$output_file'
28 ]]> 30 ]]>
29 </command> 31 </command>
30 <configfiles> 32 <configfiles>
31 <configfile name="transform"><![CDATA[ 33 <configfile name="transform"><![CDATA[
32 from __future__ import print_function 34 from __future__ import print_function