0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="R" version="3.2.0">
|
|
4 <install version="1.0">
|
|
5 <actions_group>
|
|
6 <actions>
|
|
7 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.2.0.tar.gz</action>
|
|
8 <action type="move_directory_files">
|
|
9 <source_directory>R-3.2.0</source_directory>
|
|
10 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
11 </action>
|
|
12 <action type="shell_command">./configure --with-tcltk \
|
|
13 --with-blas \
|
|
14 --with-lapack \
|
|
15 --with-readline \
|
|
16 --with-cairo \
|
|
17 --with-libpng \
|
|
18 --without-x \
|
|
19 --enable-R-shlib \
|
|
20 --disable-R-framework \
|
|
21 --libdir=$INSTALL_DIR/lib \
|
|
22 --prefix=$INSTALL_DIR </action>
|
|
23 <action type="shell_command">make</action>
|
|
24 <action type="shell_command">make install</action>
|
|
25
|
|
26 <action type="set_environment">
|
|
27 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
28 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/R-3.2.0/bin</environment_variable>
|
|
29 </action>
|
|
30 </actions>
|
|
31 </actions_group>
|
|
32 </install>
|
|
33 <readme>
|
|
34 hdsj
|
|
35 </readme>
|
|
36 </package>
|
|
37 <package name="limma" version="3.24.12">
|
|
38 <install version="1.0">
|
|
39 <actions>
|
|
40 <action type="setup_r_environment">
|
|
41 <package name="R" version="3.2.0" />
|
|
42 <package>https://bioarchive.galaxyproject.org/limma_3.25.3.tar.gz</package>
|
|
43 </action>
|
|
44 </actions>
|
|
45
|
|
46 </install>
|
|
47 <readme>
|
|
48 limma_3.24.12 installed now try edgeR
|
|
49 </readme>
|
|
50 </package>
|
|
51
|
|
52 </tool_dependency>
|