comparison ggplot_histogram.xml @ 6:dafa19165908 draft

Uploaded
author moheydarian
date Sun, 12 Mar 2017 19:45:21 -0400
parents 25c690797274
children 1cc2c45f176d
comparison
equal deleted inserted replaced
5:097e19ec0150 6:dafa19165908
9 </stdio> 9 </stdio>
10 <command><![CDATA[ 10 <command><![CDATA[
11 Rscript ${__tool_directory__}/ggplotscripthistogram.R --input "$input1" --title "$title" 11 Rscript ${__tool_directory__}/ggplotscripthistogram.R --input "$input1" --title "$title"
12 --xlab "$xlab" --ylab "$ylab" --transform "$transformation.transform" --scaling "$scaling.Plot_scaling" 12 --xlab "$xlab" --ylab "$ylab" --transform "$transformation.transform" --scaling "$scaling.Plot_scaling"
13 --colorscheme "$coloring.colorscheme" --dim "$dimensions.plotdim" --facet "$group.facet" 13 --colorscheme "$coloring.colorscheme" --dim "$dimensions.plotdim" --facet "$group.facet"
14 --size "$size" --binwidth "$binwidth" --legend "$legend" --output "Rplot.pdf" 14 --size "$size" --binwidth "$binwidth" --legend "$showlegend.legend" --output "Rplot.pdf"
15 #if str( $coloring.colorscheme ) == "Defined": 15 #if str( $coloring.colorscheme ) == "Defined":
16 --colors ${coloring.colors} 16 --colors ${coloring.colors}
17 --colororder ${coloring.colororder} 17 --colororder ${coloring.colororder}
18 #else: 18 #else:
19 --colors=irrelevant 19 --colors=irrelevant
140 <when value="Defined"> 140 <when value="Defined">
141 <param name="woutputdim" size="4" type="float" value="7" label="width of output (inches)" /> 141 <param name="woutputdim" size="4" type="float" value="7" label="width of output (inches)" />
142 <param name="houtputdim" size="4" type="float" value="7" label="height of output (inches)" /> 142 <param name="houtputdim" size="4" type="float" value="7" label="height of output (inches)" />
143 </when> 143 </when>
144 </conditional> 144 </conditional>
145 <conditional name="legend"> 145 <conditional name="showlegend">
146 <param name="legend" type="select" label="Legend options"> 146 <param name="legend" type="select" label="Legend options">
147 <option value="TRUE">Include legend on plot</option> 147 <option value="TRUE">Include legend on plot</option>
148 <option value="FALSE">Hide legend</option> 148 <option value="FALSE">Hide legend</option>
149 </param> 149 </param>
150 </conditional> 150 </conditional>