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 <!--repository name="limmatest2" owner="deepakjadmin" toolshed="https://testtoolshed.g2.bx.psu.edu"-->
|
|
28 <package name="R" version="3.2.0" />
|
|
29
|
|
30 <action type="download_by_url">http://bioconductor.org/packages/release/bioc/src/contrib/limma_3.24.15.tar.gz?raw=true</action>
|
|
31 <action type="shell_command">R CMD INSTALL limma_3.24.15.tar.gz</action>
|
|
32 </action>
|
|
33 </actions>
|
|
34 </install>
|
|
35 <readme>
|
|
36 limma_3.24.12 installed now try edgeR
|
|
37 </readme>
|
|
38 </package>
|
|
39
|
|
40 </tool_dependency>
|