Mercurial > repos > blankenberg > package_pybamtools_0_0_1
comparison tool_dependencies.xml @ 4:b97259dc9149
Update clone command.
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Tue, 04 Feb 2014 17:02:51 -0500 |
parents | de60d1631ce4 |
children | 102e3710dbdc |
comparison
equal
deleted
inserted
replaced
3:de60d1631ce4 | 4:b97259dc9149 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="pyBamTools" version="0.0.1"> | 3 <package name="pyBamTools" version="0.0.1"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="shell_command">hg clone -r 6dfcfbfa0f095c0eee5705a85d5302f267664a40 https://bitbucket.org/dan/pybamtools pyBamTools</action> | 6 <action type="shell_command">hg clone -r 2f0e7841b3b65c4e8f65d02b300dcc28c10ebe26 https://bitbucket.org/dan/pybamtools pyBamTools</action> |
7 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 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> | 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"> | 9 <action type="set_environment"> |
10 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | 10 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> |
11 </action> | 11 </action> |
12 </actions> | 12 </actions> |
13 </install> | 13 </install> |
14 <readme> | 14 <readme> |
15 Installs pyBamTools libraries. | 15 Installs pyBamTools libraries. |