changeset 7:4c66fade2391 draft

Update hamstring installation
author Matt Shirley <mdshw5@gmail.com>
date Sun, 31 Mar 2013 10:50:39 -0400
parents 265de24f1af6
children 61f9e983ece4
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Mar 31 10:46:31 2013 -0400
+++ b/tool_dependencies.xml	Sun Mar 31 10:50:39 2013 -0400
@@ -4,7 +4,7 @@
     <install version="1.0">
       <actions>
 	<action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action>
-	<action type="shell_command">mv hamstring/fixFastq.py $INSTALL_DIR</action>
+	<action type="shell_command">mv fixFastq.py $INSTALL_DIR</action>
 	<action type="shell_command">python setup.py install --home $INSTALL_DIR</action>
       </actions>
     </install>