changeset 6:84ac1c74b371

Update clone command.
author Daniel Blankenberg <dan@bx.psu.edu>
date Thu, 27 Feb 2014 16:22:55 -0500
parents 102e3710dbdc
children d8bf3de88dcf
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Feb 05 12:19:05 2014 -0500
+++ b/tool_dependencies.xml	Thu Feb 27 16:22:55 2014 -0500
@@ -3,7 +3,7 @@
     <package name="pyBamTools" version="0.0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">hg clone -r f46910687c3c1876f180e3e676e020d082c06f01 https://bitbucket.org/dan/pybamtools pyBamTools</action>
+                <action type="shell_command">hg clone -r ddb06d19f47dcfef5410591628447c2385e4432c 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 &amp;&amp; python setup.py install --home $INSTALL_DIR</action> 
                 <action type="set_environment">