2
|
1 <tool id="danmofdgk03dls" name="R 3.2.0 caret installation test" version="1.0.0">
|
|
2 <description>R version and installation test</description>
|
|
3 <requirements>
|
|
4 <requirement type="set_environment">R_ROOT_DIR</requirement>
|
|
5 <requirement type="package" version="3.2.0">R</requirement>
|
|
6 <requirement type="package" version="1.0.0">caret-tools</requirement>
|
|
7 </requirements>
|
|
8 <command> GALAXY_ROOT_DIR=`pwd`;
|
|
9 echo \$GALAXY_ROOT_DIR > $log 2>&1;
|
|
10 cd ../../../../;
|
|
11 GALAXY_ROOT_DIR=`pwd`;
|
|
12 echo \$GALAXY_ROOT_DIR > $log 2>&1;
|
|
13 \$R_ROOT_DIR/bin/Rscript test11.R $output > $log 2>&1
|
|
14 </command>
|
|
15 <outputs>
|
|
16 <data type="data" format="RData" name="output" label ="R-environment" />
|
|
17 <data format="txt" name="log" label ="packages loaded" />
|
|
18 </outputs>
|
|
19 <help>
|
|
20
|
|
21 </help>
|
|
22 </tool>
|
|
23
|