Mercurial > repos > brenninc > test_r_cairo_27aug2015
view r_info.xml @ 27:0fbbaf8ea076 draft
Uploaded
| author | brenninc |
|---|---|
| date | Thu, 03 Sep 2015 11:27:16 -0400 |
| parents | 692e10ae8ef2 |
| children |
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">brenninc_R</requirement> <requirement type="package" version="0.0.3">R_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>
