changeset 33:8b12bf5a0983 draft

Uploaded
author brenninc
date Tue, 06 Oct 2015 05:58:27 -0400
parents c248d06cb7ca
children 1617e3331ee2
files r_info.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/r_info.xml	Tue Oct 06 05:58:27 2015 -0400
@@ -0,0 +1,30 @@
+<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_extend</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>