|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3
|
|
|
4 <package name="blockbuster" version="1.0">
|
|
|
5 <install version="1.0">
|
|
|
6 <actions>
|
|
|
7 <action type="download_by_url">http://www.bioinf.uni-leipzig.de/~david/LIFE/blockbuster.tar.gz</action>
|
|
|
8 <action type="shell_command">make</action>
|
|
|
9 <action type="move_file">
|
|
|
10 <source>blockbuster.x</source>
|
|
|
11 <destination>$INSTALL_DIR/bin</destination>
|
|
|
12 </action>
|
|
|
13 <action type="set_environment">
|
|
|
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 </install>
|
|
|
18 <readme>
|
|
|
19
|
|
|
20 </readme>
|
|
|
21 </package>
|
|
|
22
|
|
|
23 <package name="EDeN" version="1.0">
|
|
|
24 <install version="1.0">
|
|
|
25 <actions>
|
|
|
26 <action type="download_by_url">http://www.bioinf.uni-freiburg.de/~costa/EDeN.tgz</action>
|
|
|
27 <action type="shell_command">make</action>
|
|
|
28 <action type="move_file">
|
|
|
29 <source>EDeN</source>
|
|
|
30 <destination>$INSTALL_DIR/bin</destination>
|
|
|
31 </action>
|
|
|
32 <action type="set_environment">
|
|
|
33 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
34 </action>
|
|
|
35 </actions>
|
|
|
36 </install>
|
|
|
37 <readme>
|
|
|
38
|
|
|
39 </readme>
|
|
|
40 </package>
|
|
|
41
|
|
1
|
42 <package name="BlockClust" version="1.0">
|
|
0
|
43 <install version="1.0">
|
|
|
44 <actions>
|
|
1
|
45 <action type="download_by_url">wget http://132.230.153.87/BlockClust.tar.gz</action>
|
|
0
|
46 <action type="shell_command">make</action>
|
|
|
47 <action type="move_file">
|
|
1
|
48 <source>BlockClust</source>
|
|
0
|
49 <destination>$INSTALL_DIR/bin</destination>
|
|
|
50 </action>
|
|
|
51 <action type="set_environment">
|
|
|
52 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
53 </action>
|
|
|
54 </actions>
|
|
|
55 </install>
|
|
|
56 <readme>
|
|
|
57
|
|
|
58 </readme>
|
|
|
59 </package>
|
|
1
|
60
|
|
|
61 <!--
|
|
|
62 <package name="BEDTools" version="1.0">
|
|
|
63 <install version="1.0">
|
|
|
64 <actions>
|
|
|
65 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
|
66 <action type="shell_command">make</action>
|
|
|
67 <action type="move_directory_files">
|
|
|
68 <source_directory>bin</source_directory>
|
|
|
69 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
|
70 </action>
|
|
|
71 <action type="set_environment">
|
|
|
72 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
73 </action>
|
|
|
74 </actions>
|
|
|
75 </install>
|
|
|
76 <readme>
|
|
|
77
|
|
|
78 </readme>
|
|
|
79 </package>
|
|
0
|
80 -->
|
|
|
81 </tool_dependency>
|