Mercurial > repos > brenninc > brenninc_test
changeset 3:601f53aa6973 draft
Uploaded
author | brenninc |
---|---|
date | Tue, 12 Apr 2016 04:23:41 -0400 |
parents | c6f96d5d8a75 |
children | 9d4fe3e641c0 |
files | r_info.xml |
diffstat | 1 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/r_info.xml Tue Apr 12 04:23:41 2016 -0400 @@ -0,0 +1,29 @@ +<tool id="r_exended_lister" name="r extended lister" version="0.1.beta"> + <requirements> + <requirement type="package" version="3.2.1">R</requirement> + <!--requirement type="package" version="0.0.1">R_extended</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>