Mercurial > repos > brenninc > test_r_cairo_27aug2015
view r_info.xml @ 9:47fefa951a70 draft
Uploaded
| author | brenninc |
|---|---|
| date | Fri, 28 Aug 2015 06:56:45 -0400 |
| parents | 07d42414fcee |
| children | 77f3bd0e4153 |
line wrap: on
line source
<tool id="brenninc_r_test" name="r_test" version="0.1.beta"> <requirements> <requirement type="package" version="3.2.1">R</requirement> <requirement type="package" version="0.0.2">R_cairo</requirement> <requirement type="package" version="1.12.14">cairo</requirement> </requirements> <description>Lists packages installed into R</description> <stdio> <exit_code range="1" level="fatal" description="Error code 1 occurred" /> <exit_code range="2:255" level="fatal" description="Unknown error occurred" /> </stdio> <command interpreter="bash"> r_info.sh $__tool_directory__/packages.R $packages </command> <outputs> <data format="txt" name="packages" label="R Session Info"/> </outputs> <tests> </tests> <help> <![CDATA[ This is a verification tool to see exactly which R this galaxy server is using. It will outout the R version info and the R packages installed. ]]> </help> </tool>
