Previous changeset 2:535f32a9a815 (2013-09-16) Next changeset 4:b97259dc9149 (2014-02-04) |
Commit message:
More integer checking fixes. |
modified:
tool_dependencies.xml |
b |
diff -r 535f32a9a815 -r de60d1631ce4 tool_dependencies.xml --- a/tool_dependencies.xml Mon Sep 16 10:15:02 2013 -0400 +++ b/tool_dependencies.xml Mon Sep 16 10:40:43 2013 -0400 |
b |
@@ -3,7 +3,7 @@ <package name="pyBamTools" version="0.0.1"> <install version="1.0"> <actions> - <action type="shell_command">hg clone -r 7b2bd2ad45581be7c32558bd67a91f6840bd5570 https://bitbucket.org/dan/pybamtools pyBamTools</action> + <action type="shell_command">hg clone -r 6dfcfbfa0f095c0eee5705a85d5302f267664a40 https://bitbucket.org/dan/pybamtools pyBamTools</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"> |