|
0
|
1 <tool id="djvytfdgkdls" name="R 3.2.0 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="3.24.12">limma</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 \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output > $log 2 >&1
|
|
|
14 </command>
|
|
|
15 <outputs>
|
|
|
16 <data type="data" name="output" label ="outputfile" />
|
|
|
17 <data type="text" name="log" label ="packages loaded" />
|
|
|
18 </outputs>
|
|
|
19 <help>
|
|
|
20
|
|
|
21 </help>
|
|
|
22 </tool>
|
|
|
23
|