comparison tool_dependencies.xml @ 5:730c0c8cf29b draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:08:10 -0400
parents 2b5b5ec5484b
children 5642ac938dda
comparison
equal deleted inserted replaced
4:2b5b5ec5484b 5:730c0c8cf29b
3 <package name="breakdancer" version="1.4.4(commit e2ceb53)"> 3 <package name="breakdancer" version="1.4.4(commit e2ceb53)">
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">git clone --recursive https://github.com/genome/breakdancer.git .</action>
9 <action type="shell_command">ls</action>
10 <action type="shell_command">pwd</action>
11 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action>
12 <action type="shell_command">ls</action>
13 <action type="shell_command">pwd</action>
14 <action type="shell_command">cd breakdancer</action>
15 <!-- <action type="shell_command">cd breakdancer</action> --> 9 <!-- <action type="shell_command">cd breakdancer</action> -->
16 <action type="shell_command">ls</action> 10 <action type="shell_command">ls</action>
17 <action type="shell_command">pwd</action> 11 <action type="shell_command">pwd</action>
18 <action type="shell_command">mkdir build</action> 12 <action type="shell_command">mkdir build</action>
19 <action type="shell_command">ls</action> 13 <action type="shell_command">ls</action>