Mercurial > repos > devteam > plot_from_lda
comparison plot_from_lda.xml @ 1:d096b6d081e5 draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:28:33 -0400 |
parents | 542c4323ed83 |
children |
comparison
equal
deleted
inserted
replaced
0:542c4323ed83 | 1:d096b6d081e5 |
---|---|
6 | 6 |
7 <command interpreter="sh">r_wrapper.sh $script_file</command> | 7 <command interpreter="sh">r_wrapper.sh $script_file</command> |
8 | 8 |
9 <inputs> | 9 <inputs> |
10 <param format="txt" name="input" type="data" label="Source file"> </param> | 10 <param format="txt" name="input" type="data" label="Source file"> </param> |
11 <param name="my_title" size="30" type="text" value="My Figure" label="Title of your plot" help="See syntax below"> </param> | 11 <param name="my_title" type="text" value="My Figure" label="Title of your plot" help="See syntax below"> </param> |
12 <param name="X_axis" size="30" type="text" value="Text for X axis" label="Legend of X axis in your plot" help="See syntax below"> </param> | 12 <param name="X_axis" type="text" value="Text for X axis" label="Legend of X axis in your plot" help="See syntax below"> </param> |
13 <param name="Y_axis" size="30" type="text" value="Text for Y axis" label="Legend of Y axis in your plot" help="See syntax below"> </param> | 13 <param name="Y_axis" type="text" value="Text for Y axis" label="Legend of Y axis in your plot" help="See syntax below"> </param> |
14 </inputs> | 14 </inputs> |
15 <outputs> | 15 <outputs> |
16 <data format="pdf" name="pdf_output" /> | 16 <data format="pdf" name="pdf_output" /> |
17 </outputs> | 17 </outputs> |
18 | 18 |