Mercurial > repos > devteam > xy_plot
comparison xy_plot.xml @ 2:7fb3b742f15f draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
| author | devteam |
|---|---|
| date | Tue, 13 Oct 2015 12:36:30 -0400 |
| parents | 078a1f4c0cd7 |
| children | 2d28f96a309a |
comparison
equal
deleted
inserted
replaced
| 1:078a1f4c0cd7 | 2:7fb3b742f15f |
|---|---|
| 4 <requirement type="package" version="2.11.0">R</requirement> | 4 <requirement type="package" version="2.11.0">R</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command interpreter="bash">r_wrapper.sh $script_file</command> | 6 <command interpreter="bash">r_wrapper.sh $script_file</command> |
| 7 | 7 |
| 8 <inputs> | 8 <inputs> |
| 9 <param name="main" type="text" value="" size="30" label="Plot Title"/> | 9 <param name="main" type="text" value="" label="Plot Title"/> |
| 10 <param name="xlab" type="text" value="" size="30" label="Label for x axis"/> | 10 <param name="xlab" type="text" value="" label="Label for x axis"/> |
| 11 <param name="ylab" type="text" value="" size="30" label="Label for y axis"/> | 11 <param name="ylab" type="text" value="" label="Label for y axis"/> |
| 12 <repeat name="series" title="Series"> | 12 <repeat name="series" title="Series"> |
| 13 <param name="input" type="data" format="tabular" label="Dataset"/> | 13 <param name="input" type="data" format="tabular" label="Dataset"/> |
| 14 <param name="xcol" type="data_column" data_ref="input" label="Column for x axis"/> | 14 <param name="xcol" type="data_column" data_ref="input" label="Column for x axis"/> |
| 15 <param name="ycol" type="data_column" data_ref="input" label="Column for y axis"/> | 15 <param name="ycol" type="data_column" data_ref="input" label="Column for y axis"/> |
| 16 <conditional name="series_type"> | 16 <conditional name="series_type"> |
