comparison scatterplot.xml @ 1:d243056b22ed draft

planemo upload commit 4ec9eb1570ea116d83f5464a786af6e14fb5b57d
author devteam
date Fri, 09 Oct 2015 17:17:55 -0400
parents c12b0759203b
children 4f8b9e70fda0
comparison
equal deleted inserted replaced
0:c12b0759203b 1:d243056b22ed
6 <command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command> 6 <command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command>
7 <inputs> 7 <inputs>
8 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/> 8 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/>
9 <param name="col1" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" /> 9 <param name="col1" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" />
10 <param name="col2" type="data_column" data_ref="input" numerical="True" label="Numerical column for y axis" /> 10 <param name="col2" type="data_column" data_ref="input" numerical="True" label="Numerical column for y axis" />
11 <param name="title" size="30" type="text" value="Scatterplot" label="Plot title"/> 11 <param name="title" type="text" value="Scatterplot" label="Plot title"/>
12 <param name="xlab" size="30" type="text" value="V1" label="Label for x axis"/> 12 <param name="xlab" type="text" value="V1" label="Label for x axis"/>
13 <param name="ylab" size="30" type="text" value="V2" label="Label for y axis"/> 13 <param name="ylab" type="text" value="V2" label="Label for y axis"/>
14 </inputs> 14 </inputs>
15 <outputs> 15 <outputs>
16 <data format="pdf" name="out_file1" /> 16 <data format="pdf" name="out_file1" />
17 </outputs> 17 </outputs>
18 <!-- TODO: uncomment the following test when we have tools.update_state() working for 18 <!-- TODO: uncomment the following test when we have tools.update_state() working for