changeset 7:d8bf3de88dcf

Update clone command.
author Daniel Blankenberg <dan@bx.psu.edu>
date Thu, 13 Mar 2014 18:34:42 -0400
parents 84ac1c74b371
children b6217f6ab3b5
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 27 16:22:55 2014 -0500
+++ b/tool_dependencies.xml	Thu Mar 13 18:34:42 2014 -0400
@@ -3,7 +3,7 @@
     <package name="pyBamTools" version="0.0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">hg clone -r ddb06d19f47dcfef5410591628447c2385e4432c https://bitbucket.org/dan/pybamtools pyBamTools</action>
+                <action type="shell_command">hg clone -r 419eeb9540456a81dc4290c0721baa9cb644126f 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">