Mercurial > repos > nilesh > rseqc
comparison tool_dependencies.xml @ 38:a447651be8ee
Reupload 2.3.7 fix (tarball upload issues)
author | lparsons |
---|---|
date | Wed, 23 Jul 2014 10:14:01 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
37:ddbe13d2855d | 38:a447651be8ee |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="R" version="3.0.1"> | |
4 <repository changeset_revision="c5ff6dd33c79" name="package_r_3_0_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="numpy" version="1.7.1"> | |
7 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="rseqc" version="2.3.7"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action> | |
13 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> | |
14 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> | |
15 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> | |
16 <action type="set_environment"> | |
17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
19 </action> | |
20 </actions> | |
21 </install> | |
22 <readme> | |
23 RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html. | |
24 Requires gcc and python 2.7. | |
25 </readme> | |
26 </package> | |
27 | |
28 </tool_dependency> |