changeset 3:cf52bb01cfe2 draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:01:01 -0400
parents cf40d48b712e
children 2b5b5ec5484b
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 10:57:44 2014 -0400
+++ b/tool_dependencies.xml	Wed Jun 25 11:01:01 2014 -0400
@@ -5,9 +5,11 @@
             <actions>
 				<action type="shell_command">ls</action>
 				<action type="shell_command">pwd</action>
-				<action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action>
+				<action type="shell_command">cd ..</action>
+				<action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action>
 				<action type="shell_command">ls</action>
 				<action type="shell_command">pwd</action>
+				<action type="shell_command">cd breakdancer</action>
 				<!-- <action type="shell_command">cd breakdancer</action> -->
 				<action type="shell_command">ls</action>
 				<action type="shell_command">mkdir build</action>