|
0
|
1 <tool id="brenninc_r_test" name="r_test" version="0.1.beta">
|
|
|
2 <requirements>
|
|
23
|
3 <requirement type="package" version="3.2.1">brenninc_R</requirement>
|
|
25
|
4 <requirement type="package" version="0.0.3">R_cairo</requirement>
|
|
0
|
5 </requirements>
|
|
|
6 <description>Lists packages installed into R</description>
|
|
|
7 <stdio>
|
|
|
8 <exit_code range="1" level="fatal" description="Error code 1 occurred" />
|
|
|
9 <exit_code range="2:255" level="fatal" description="Unknown error occurred" />
|
|
|
10 </stdio>
|
|
|
11 <command interpreter="bash">
|
|
|
12 r_info.sh $__tool_directory__/packages.R $packages
|
|
|
13 </command>
|
|
|
14 <outputs>
|
|
|
15 <data format="txt" name="packages" label="R Session Info"/>
|
|
|
16 </outputs>
|
|
|
17
|
|
|
18 <tests>
|
|
|
19 </tests>
|
|
|
20
|
|
|
21 <help>
|
|
|
22 <![CDATA[
|
|
|
23 This is a verification tool to see exactly which R this galaxy server is using.
|
|
|
24
|
|
|
25 It will outout the R version info and the R packages installed.
|
|
|
26 ]]>
|
|
|
27 </help>
|
|
|
28
|
|
|
29 </tool>
|