diff alignmentSieve.xml @ 2:ea8efdcf151f draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author bgruening
date Thu, 05 Apr 2018 10:57:35 -0400
parents dfc5a344e2c2
children d8c919d26d0e
line wrap: on
line diff
--- a/alignmentSieve.xml	Fri Mar 02 16:37:08 2018 -0500
+++ b/alignmentSieve.xml	Thu Apr 05 10:57:35 2018 -0400
@@ -75,7 +75,7 @@
         #if $BED:
             --BED
             -o '$outFile'
-        #elif str($shift) != "":
+        #elif str($shift) != "" or $ATACshift:
             -o foo.bam &&
             samtools sort -o '$outFile' -T foo.tmp -@ "\${GALAXY_SLOTS:-4}" foo.bam &&
             rm foo.bam