diff plotCorrelation.xml @ 19:4e8b35fd2173 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author bgruening
date Thu, 05 Apr 2018 10:52:28 -0400
parents 90d5df0a49bd
children 68c06ccce7bf
line wrap: on
line diff
--- a/plotCorrelation.xml	Fri Mar 02 15:25:30 2018 -0500
+++ b/plotCorrelation.xml	Thu Apr 05 10:52:28 2018 -0400
@@ -8,10 +8,10 @@
     <command>
 <![CDATA[
         @BINARY@
-            --corData "$corData"
-            --plotFile "$outFileName"
-            --corMethod "$corMethod"
-            --whatToPlot "$plotting_type.whatToPlot"
+            --corData '$corData'
+            --plotFile '$outFileName'
+            --corMethod '$corMethod'
+            --whatToPlot '$plotting_type.whatToPlot'
             #if str($plotting_type.whatToPlot) == 'heatmap':
                 @HEATMAP_OPTIONS@
                 --plotWidth $plotting_type.plotWidth
@@ -24,10 +24,10 @@
                 $plotting_type.log1p
             #end if
             $skipZeros
-            --plotFileFormat "$outFileFormat"
+            --plotFileFormat '$outFileFormat'
             $removeOutliers
             #if $outFileCorMatrix:
-                --outFileCorMatrix "$matrix"
+                --outFileCorMatrix '$matrix'
             #end if
 
 ]]>