0
|
1 <tool id="djvfdgkdls" 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 cd ../../../../;
|
|
10 GALAXY_ROOT_DIR=`pwd`;
|
1
|
11 \$R_ROOT_DIR/bin/Rscript \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output &>1 ;
|
0
|
12 </command>
|
|
13 <outputs>
|
|
14 <data type="data" name="output" label ="outputfile" />
|
|
15 </outputs>
|
|
16 <help>
|
|
17
|
|
18 </help>
|
|
19 </tool>
|
|
20
|