|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
33
|
3 <package name="breakdancer" version="1.2.6">
|
|
|
4 <install version="1.0">
|
|
49
|
5 <actions_group>
|
|
51
|
6 <!-- <actions architecture="i386" os="linux">
|
|
49
|
7 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/i386/freebayes/freebayes-0.9.6_9608597d-Linux-i686.tgz</action>
|
|
|
8 <action type="move_directory_files">
|
|
|
9 <source_directory>.</source_directory>
|
|
|
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
|
11 </action>
|
|
51
|
12 </actions> -->
|
|
|
13 <actions>
|
|
52
|
14 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer</action>
|
|
|
15 <!-- <action type="download_by_url">https://github.com/genome/breakdancer/archive/master.zip</action> -->
|
|
50
|
16 <action type="shell_command">mkdir build</action>
|
|
|
17 <action type="change_directory">build</action>
|
|
|
18 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
|
|
|
19 <action type="shell_command">make</action>
|
|
|
20 <action type="move_file">
|
|
|
21 <source>bin/breakdancer-max</source>
|
|
|
22 <destination>$INSTALL_DIR/bin</destination>
|
|
|
23 </action>
|
|
47
|
24 <action type="download_by_url">http://7cv3od97gg.1fichier.com/1_2_6.tar.gz</action>
|
|
55
|
25 <action type="shell_command">ls</action>
|
|
|
26 <action type="shell_command">pwd</action>
|
|
|
27 <action type="change_directory">..</action>
|
|
|
28 <action type="shell_command">ls</action>
|
|
|
29 <action type="shell_command">pwd</action>
|
|
|
30 <action type="shell_command">..</action>
|
|
|
31 <action type="shell_command">ls</action>
|
|
|
32 <action type="shell_command">pwd</action>
|
|
54
|
33 <!-- <action type="change_directory">../../1_2_6</action> -->
|
|
45
|
34 <action type="move_directory_files">
|
|
54
|
35 <source_directory>../../1_2_6</source_directory>
|
|
45
|
36 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
51
|
37 </action>
|
|
|
38 <action type="set_environment">
|
|
|
39 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
40 </action>
|
|
48
|
41 </actions>
|
|
35
|
42 </actions_group>
|
|
33
|
43 </install>
|
|
|
44 <readme>
|
|
|
45 </readme>
|
|
|
46 </package>
|
|
35
|
47 </tool_dependency> |