|
5
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
11
|
3 <!--
|
|
|
4 <package name="blockbuster" version="1.0">
|
|
5
|
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>
|
|
11
|
22
|
|
|
23
|
|
8
|
24 <package name="BEDTools" version="1.0">
|
|
7
|
25 <install version="1.0">
|
|
6
|
26 <actions>
|
|
|
27 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
|
28 <action type="shell_command">make</action>
|
|
|
29 <action type="move_file">
|
|
9
|
30 <source>bin/bamToBed</source>
|
|
6
|
31 <destination>$INSTALL_DIR/bin</destination>
|
|
|
32 </action>
|
|
|
33 <action type="set_environment">
|
|
|
34 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
35 </action>
|
|
|
36 </actions>
|
|
|
37 </install>
|
|
|
38 <readme>
|
|
|
39
|
|
|
40 </readme>
|
|
|
41 </package>
|
|
11
|
42
|
|
|
43 -->
|
|
|
44 <package name="blockbuster" version="1.0">
|
|
|
45 <install version="1.0">
|
|
|
46 <actions>
|
|
|
47 <action type="download_by_url">http://www.bioinf.uni-freiburg.de/~costa/EDeN.tgz</action>
|
|
|
48 <action type="shell_command">make</action>
|
|
|
49 <action type="move_file">
|
|
|
50 <source>EDeN</source>
|
|
|
51 <destination>$INSTALL_DIR/bin</destination>
|
|
|
52 </action>
|
|
|
53 <action type="set_environment">
|
|
|
54 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
55 </action>
|
|
|
56 </actions>
|
|
|
57 </install>
|
|
|
58 <readme>
|
|
|
59
|
|
|
60 </readme>
|
|
|
61 </package>
|
|
5
|
62 </tool_dependency>
|