Mercurial > repos > blankenberg > package_pybamtools_0_0_1
changeset 1:a95e083f1005
Fix for handling Longs.
author | Daniel Blankenberg <dan@bx.psu.edu> |
---|---|
date | Mon, 09 Sep 2013 10:53:16 -0400 |
parents | 524e3de06009 |
children | 535f32a9a815 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Aug 29 09:40:04 2013 -0400 +++ b/tool_dependencies.xml Mon Sep 09 10:53:16 2013 -0400 @@ -3,7 +3,7 @@ <package name="pyBamTools" version="0.0.1"> <install version="1.0"> <actions> - <action type="shell_command">hg clone -r 0a7c361d48ebe1c96f2cc6a0a4164508fd36186b https://bitbucket.org/dan/pybamtools pyBamTools</action> + <action type="shell_command">hg clone -r 9cdf971c9bf49cbc2dc2986b43c214d18b7157ea 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">