| Previous changeset 2:46bd908161b6 (2014-02-26) Next changeset 4:a0fb4b5a1679 (2015-01-30) |
|
Commit message:
Update checkout revision. |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 46bd908161b6 -r d9d328d2b0fe tool_dependencies.xml --- a/tool_dependencies.xml Wed Feb 26 12:33:48 2014 -0500 +++ b/tool_dependencies.xml Thu Jan 29 14:52:19 2015 -0500 |
| b |
| @@ -3,7 +3,7 @@ <package name="pyBamParser" version="0.0.1"> <install version="1.0"> <actions> - <action type="shell_command">hg clone -r 07b891d576eeb63be97c42adf3d735dec17bce5a https://bitbucket.org/dan/pybamparser pyBamParser</action> + <action type="shell_command">hg clone -r d2ab10e10e0fc348e1dce987a9c8e031fbd950a9 https://bitbucket.org/dan/pybamparser pyBamParser</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action> <action type="set_environment"> |