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