Mercurial > repos > bgruening > deeptools_plot_correlation
diff plotCorrelation.xml @ 35:bf98fa19b73a draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author | bgruening |
---|---|
date | Thu, 05 Apr 2018 10:40:20 -0400 |
parents | f1518335ac27 |
children | 659b08d0c4b1 |
line wrap: on
line diff
--- a/plotCorrelation.xml Fri Mar 02 15:17:00 2018 -0500 +++ b/plotCorrelation.xml Thu Apr 05 10:40:20 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 ]]>