diff multiBigwigSummary.xml @ 25:3aea7e214e4d draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 72ae8f62333aa38d1c63034ddb37184a0f72c64e-dirty
author bgruening
date Fri, 02 Mar 2018 15:38:01 -0500
parents 29310acfd7c5
children 6f32d646433b
line wrap: on
line diff
--- a/multiBigwigSummary.xml	Thu Feb 15 04:13:05 2018 -0500
+++ b/multiBigwigSummary.xml	Fri Mar 02 15:38:01 2018 -0500
@@ -19,8 +19,8 @@
 
             --outFileName $outFile
 
-            --bwfiles '#echo "' '".join($files)#'
-            --labels #echo " ".join($labels)#
+            --bwfiles #echo ' '.join($files)#
+            --labels #echo ' '.join($labels)#
 
             #if $outRawCounts:
                 --outRawCounts '$outFileRawCounts'