Mercurial > repos > blankenberg > package_pybamtools
annotate tool_dependencies.xml @ 2:3b4a96996e8f
Have hg clone command explicitly declare the checkout directory.
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Tue, 14 May 2013 12:50:52 -0400 |
parents | 03f1db7f814d |
children | 821ac157276d |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="pyBamTools" version="0.0.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
2
3b4a96996e8f
Have hg clone command explicitly declare the checkout directory.
Daniel Blankenberg <dan@bx.psu.edu>
parents:
1
diff
changeset
|
6 <action type="shell_command">hg clone -r 882432f4c0c1b2b3522aa9b69f3aa68b28e1f0c0 https://bitbucket.org/dan/pybamtools pyBamTools</action> |
1 | 7 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 Installs pyBamTools libraries. | |
16 </readme> | |
17 </package> | |
18 </tool_dependency> |