29
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
31
|
3 <package name="R" version="2.11.0">
|
29
|
4 <install version="1.0">
|
|
5 <actions>
|
31
|
6 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.11.0.tar.gz</action>
|
|
7 <action type="shell_command">
|
|
8 ./configure --enable-R-shlib \
|
|
9 --with-readline=no \
|
|
10 --with-x=no \
|
|
11 --prefix=$INSTALL_DIR \
|
|
12 --libdir=$INSTALL_DIR/lib \
|
|
13 --disable-R-framework
|
|
14 </action>
|
|
15 <action type="shell_command">make && make install</action>
|
|
16 <action type="set_environment">
|
|
17 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
|
|
18 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
|
|
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
|
20 </action>
|
|
21 </actions>
|
|
22 </install>
|
|
23 <readme>
|
|
24 R is a free software environment for statistical computing and graphics.
|
|
25 NOTE: See custom compilation options above
|
|
26 </readme>
|
|
27 </package>
|
|
28 <package name="numpy" version="1.7.1">
|
|
29 <repository toolshed="http://toolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="iuc" changeset_revision="74c21f9bdc39" />
|
|
30 </package>
|
|
31 <package name="rseqc" version="2.3.7">
|
|
32 <install version = "1.0">
|
|
33 <actions>
|
|
34 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action>
|
|
35 <action type="shell_command">python setup.py install --root $INSTALL_DIR --prefix . --install-lib lib</action>
|
|
36 <action type="set_environment">
|
|
37 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
|
29
|
38 </action>
|
|
39 <action type="set_environment">
|
|
40 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
41 </action>
|
|
42 </actions>
|
|
43 </install>
|
|
44 <readme>
|
31
|
45 RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html#.
|
|
46 Requires gcc, python, numpy, and R
|
29
|
47 </readme>
|
|
48 </package>
|
31
|
49
|
29
|
50 </tool_dependency>
|