changeset 4:b97259dc9149

Update clone command.
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 04 Feb 2014 17:02:51 -0500
parents de60d1631ce4
children 102e3710dbdc
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Sep 16 10:40:43 2013 -0400
+++ b/tool_dependencies.xml	Tue Feb 04 17:02:51 2014 -0500
@@ -3,11 +3,11 @@
     <package name="pyBamTools" version="0.0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">hg clone -r 6dfcfbfa0f095c0eee5705a85d5302f267664a40 https://bitbucket.org/dan/pybamtools pyBamTools</action>
+                <action type="shell_command">hg clone -r 2f0e7841b3b65c4e8f65d02b300dcc28c10ebe26 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">
-                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
                 </action>
             </actions>
         </install>