comparison tool_dependencies.xml @ 4:2b5b5ec5484b draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:05:18 -0400
parents cf52bb01cfe2
children 730c0c8cf29b
comparison
equal deleted inserted replaced
3:cf52bb01cfe2 4:2b5b5ec5484b
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">ls</action> 6 <action type="shell_command">ls</action>
7 <action type="shell_command">pwd</action> 7 <action type="shell_command">pwd</action>
8 <action type="shell_command">cd ..</action> 8 <action type="shell_command">cd ..</action>
9 <action type="shell_command">ls</action>
10 <action type="shell_command">pwd</action>
9 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action> 11 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action>
10 <action type="shell_command">ls</action> 12 <action type="shell_command">ls</action>
11 <action type="shell_command">pwd</action> 13 <action type="shell_command">pwd</action>
12 <action type="shell_command">cd breakdancer</action> 14 <action type="shell_command">cd breakdancer</action>
13 <!-- <action type="shell_command">cd breakdancer</action> --> 15 <!-- <action type="shell_command">cd breakdancer</action> -->
14 <action type="shell_command">ls</action> 16 <action type="shell_command">ls</action>
17 <action type="shell_command">pwd</action>
15 <action type="shell_command">mkdir build</action> 18 <action type="shell_command">mkdir build</action>
16 <action type="shell_command">ls</action> 19 <action type="shell_command">ls</action>
17 <action type="shell_command">pwd</action> 20 <action type="shell_command">pwd</action>
18 <action type="shell_command">cd build</action> 21 <action type="shell_command">cd build</action>
19 <action type="shell_command">ls</action> 22 <action type="shell_command">ls</action>