Mercurial > repos > brenninc > test_r_cairo_oct1_2015
view r_info.xml @ 2:304b62d6e6cf draft
Uploaded
author | brenninc |
---|---|
date | Thu, 01 Oct 2015 09:08:19 -0400 |
parents | d03274c7c546 |
children | 7cfaea14f479 |
line wrap: on
line source
<tool id="r_extended_level_one_sessioninfo" name="r_extended_level_one sessionInfo" version="0.1.beta"> <requirements> <requirement type="package" version="3.1.2">R</requirement> <requirement type="package" version="0.0.1">R_mulitple</requirement> <!--requirement type="package" version="2.0-0">R_dichroma</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>