changeset 2:7f55ab725342

Have hg clone command explicitly declare the checkout directory.
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 14 May 2013 12:50:30 -0400
parents f513cc9b881c
children 3cbac77af20f
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 14 10:10:09 2013 -0400
+++ b/tool_dependencies.xml	Tue May 14 12:50:30 2013 -0400
@@ -3,7 +3,7 @@
     <package name="pyBamParser" version="0.0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">hg clone -r bca67ec9a3bc838aef5343f5bbea57b1bc63c9d6 https://bitbucket.org/dan/pybamparser</action>
+                <action type="shell_command">hg clone -r bca67ec9a3bc838aef5343f5bbea57b1bc63c9d6 https://bitbucket.org/dan/pybamparser pyBamParser</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">