Mercurial > repos > devteam > scatterplot
comparison scatterplot.xml @ 1:4afd68392187 draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:31:01 -0400 |
parents | c30eeaaac86d |
children | 53eb2c412783 |
comparison
equal
deleted
inserted
replaced
0:c30eeaaac86d | 1:4afd68392187 |
---|---|
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 |