comparison 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
comparison
equal deleted inserted replaced
13:0e8cbe7d4ff4 14:d40bd147adf3
12 --plotFile "$outFileName" 12 --plotFile "$outFileName"
13 --corMethod "$corMethod" 13 --corMethod "$corMethod"
14 --whatToPlot "$plotting_type.whatToPlot" 14 --whatToPlot "$plotting_type.whatToPlot"
15 #if str($plotting_type.whatToPlot) == 'heatmap': 15 #if str($plotting_type.whatToPlot) == 'heatmap':
16 @HEATMAP_OPTIONS@ 16 @HEATMAP_OPTIONS@
17 --plotWidth $plotting_type.plotWidth
18 --plotHeight $plotting_type.plotHeight
17 #else: 19 #else:
18 --plotTitle '$plotting_type.plotTitle' 20 --plotTitle '$plotting_type.plotTitle'
19 #end if 21 #end if
20 $skipZeros 22 $skipZeros
21 --plotFileFormat "$outFileFormat" 23 --plotFileFormat "$outFileFormat"
35 <option value="heatmap" selected="True">Heatmap</option> 37 <option value="heatmap" selected="True">Heatmap</option>
36 <option value="scatterplot">Scatterplot</option> 38 <option value="scatterplot">Scatterplot</option>
37 </param> 39 </param>
38 <when value="heatmap"> 40 <when value="heatmap">
39 <expand macro="heatmap_options" /> 41 <expand macro="heatmap_options" />
42 <expand macro="plotWidthHeight" PLOTWIDTH="11.0" PLOTHEIGHT="9.5" />
40 </when> 43 </when>
41 <when value="scatterplot"> 44 <when value="scatterplot">
42 <expand macro="plotTitle" /> 45 <expand macro="plotTitle" />
43 </when> 46 </when>
44 </conditional> 47 </conditional>