diff plotCorrelation.xml @ 14:d40bd147adf3 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author bgruening
date Sun, 14 May 2017 19:01:02 -0400
parents ed2767cdf4e8
children 90d5df0a49bd
line wrap: on
line diff
--- a/plotCorrelation.xml	Fri Mar 31 18:16:53 2017 -0400
+++ b/plotCorrelation.xml	Sun May 14 19:01:02 2017 -0400
@@ -14,6 +14,8 @@
             --whatToPlot "$plotting_type.whatToPlot"
             #if str($plotting_type.whatToPlot) == 'heatmap':
                 @HEATMAP_OPTIONS@
+                --plotWidth $plotting_type.plotWidth
+                --plotHeight $plotting_type.plotHeight
             #else:
                 --plotTitle '$plotting_type.plotTitle'
             #end if
@@ -37,6 +39,7 @@
             </param>
             <when value="heatmap">
                 <expand macro="heatmap_options" />
+                <expand macro="plotWidthHeight" PLOTWIDTH="11.0" PLOTHEIGHT="9.5" />
             </when>
             <when value="scatterplot">
                 <expand macro="plotTitle" />