Mercurial > repos > greg > r_hello_world
comparison hello_world.xml @ 0:304377330941 draft
Uploaded
| author | greg |
|---|---|
| date | Mon, 15 Aug 2016 13:33:07 -0400 |
| parents | |
| children | 8d61cf6f8d6f |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:304377330941 |
|---|---|
| 1 <?xml version="."?> | |
| 2 <tool id="r_hello_world" name="R hello world" version="1.0.0"> | |
| 3 <description></description> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="3.3.1">r-base</requirement> | |
| 6 <requirement type="package" version="1.3.0">r-optparse</requirement> | |
| 7 </requirements> | |
| 8 <command> | |
| 9 <![CDATA[ | |
| 10 Rscript $__tool_directory__/bmsb.R | |
| 11 -o "$output" | |
| 12 ]]> | |
| 13 </command> | |
| 14 <inputs> | |
| 15 </inputs> | |
| 16 <outputs> | |
| 17 <data name="output" format="RData"/> | |
| 18 </outputs> | |
| 19 <help> | |
| 20 **What it does** | |
| 21 | |
| 22 Prints hello workd. | |
| 23 </help> | |
| 24 <citations> | |
| 25 <citation></citation> | |
| 26 </citations> | |
| 27 </tool> |
