changeset 21:8d2a528a9513 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit 9bbf35d7f47e5ab6b78248c9907b71446d4e7b0c
author iuc
date Tue, 10 Apr 2018 18:41:16 -0400
parents 4f774c1e6049
children 01ac0a5fedc3
files bwa-mem.xml bwa.xml bwa_macros.xml
diffstat 3 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bwa-mem.xml	Thu Feb 01 12:35:35 2018 -0500
+++ b/bwa-mem.xml	Tue Apr 10 18:41:16 2018 -0400
@@ -8,6 +8,7 @@
     <expand macro="requirements"/>
     <expand macro="stdio"/>
     <command><![CDATA[
+@pipefail@
 @set_reference_fasta_filename@
 
 ## Begin BWA-MEM command line
--- a/bwa.xml	Thu Feb 01 12:35:35 2018 -0500
+++ b/bwa.xml	Tue Apr 10 18:41:16 2018 -0400
@@ -78,6 +78,7 @@
     <expand macro="stdio"/>
     <command>
         <![CDATA[
+@pipefail@
 @set_reference_fasta_filename@
 
 ## setup vars for rg handling...
--- a/bwa_macros.xml	Thu Feb 01 12:35:35 2018 -0500
+++ b/bwa_macros.xml	Tue Apr 10 18:41:16 2018 -0400
@@ -3,6 +3,8 @@
 
     <token name="@VERSION@">0.7.17</token>
 
+    <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>
+
     <token name="@set_rg_string@">
         #set $rg_string = "@RG\\tID:" + str($rg_id)
         #set $rg_string += $format_read_group("\\tSM:", $rg_sm)