Mercurial > repos > devteam > plot_from_lda
comparison plot_from_lda.xml @ 1:08affc5d2aef draft default tip
planemo upload commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1
| author | devteam |
|---|---|
| date | Fri, 09 Oct 2015 17:45:02 -0400 |
| parents | c5ab37076128 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:c5ab37076128 | 1:08affc5d2aef |
|---|---|
| 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 |
