0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="R" version="3.2.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.2.0.tar.gz</action>
|
|
7 <action type="shell_command">./configure</action>
|
|
8 <action type="shell_command">make</action>
|
|
9 <action type="shell_command">make install</action>
|
|
10 <action type="move_file">
|
|
11 <source>R.3.2.0</source>
|
|
12 <destination>$INSTALL_DIR</destination>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
16 </action>
|
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>
|
|
20 R-3.2.0 installed now try edgeR
|
|
21 </readme>
|
|
22 </package>
|
|
23 <package name="limma" version="3.24.12">
|
|
24 <install version="1.0">
|
|
25 <actions>
|
|
26 <action type="setup_r_environment">
|
|
27 <package name="R" version="3.2.0" />
|
|
28 <action type="download_by_url">http://bioconductor.org/packages/release/bioc/src/contrib/limma_3.24.12.tar.gz</action>
|
|
29 <action type="shell_command">R CMD INSTALL limma_3.24.12.tar.gz</action>
|
|
30 </action>
|
|
31 </actions>
|
|
32 </install>
|
|
33 <readme>
|
|
34 limma_3.24.12 installed now try edgeR
|
|
35 </readme>
|
|
36 </package>
|
|
37
|
|
38 </tool_dependency>
|