diff plotCorrelation.xml @ 29:b12eb8b54b45 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author bgruening
date Sun, 14 May 2017 18:42:01 -0400
parents cf1409a29f50
children f1518335ac27
line wrap: on
line diff
--- a/plotCorrelation.xml	Fri Mar 31 16:00:26 2017 -0400
+++ b/plotCorrelation.xml	Sun May 14 18:42:01 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" />