Mercurial > repos > nilesh > rseqc
annotate tool_dependencies.xml @ 35:ff21a055413b
Create lib directories during install, added README.txt
author | lparsons |
---|---|
date | Tue, 22 Jul 2014 16:52:10 -0400 |
parents | 073c77ce5e94 |
children |
rev | line source |
---|---|
29 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
3 <package name="R" version="3.0.1"> |
33
073c77ce5e94
export PYTHONPATH during install, note python 2.7 requirement
lparsons
parents:
32
diff
changeset
|
4 <repository changeset_revision="c5ff6dd33c79" name="package_r_3_0_1" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
5 </package> |
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
6 <package name="numpy" version="1.7.1"> |
35
ff21a055413b
Create lib directories during install, added README.txt
lparsons
parents:
33
diff
changeset
|
7 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" /> |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
8 </package> |
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
9 <package name="rseqc" version="2.3.7"> |
29 | 10 <install version="1.0"> |
11 <actions> | |
35
ff21a055413b
Create lib directories during install, added README.txt
lparsons
parents:
33
diff
changeset
|
12 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> |
ff21a055413b
Create lib directories during install, added README.txt
lparsons
parents:
33
diff
changeset
|
13 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
14 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action> |
33
073c77ce5e94
export PYTHONPATH during install, note python 2.7 requirement
lparsons
parents:
32
diff
changeset
|
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> |
31 | 16 <action type="set_environment"> |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
31 | 19 </action> |
20 </actions> | |
21 </install> | |
22 <readme> | |
32
580ee0c4bc4e
Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents:
31
diff
changeset
|
23 RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html. |
33
073c77ce5e94
export PYTHONPATH during install, note python 2.7 requirement
lparsons
parents:
32
diff
changeset
|
24 Requires gcc and python 2.7. |
29 | 25 </readme> |
26 </package> | |
31 | 27 |
29 | 28 </tool_dependency> |