changeset 6:265de24f1af6 draft

Update hamstring installation
author Matt Shirley <mdshw5@gmail.com>
date Sun, 31 Mar 2013 10:46:31 -0400
parents 3ffaee64bb66
children 4c66fade2391
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Mar 31 10:31:13 2013 -0400
+++ b/tool_dependencies.xml	Sun Mar 31 10:46:31 2013 -0400
@@ -4,6 +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">python setup.py install --home $INSTALL_DIR</action>
       </actions>
     </install>