|
5
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="blockbuster" version="1.0">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">http://www.bioinf.uni-leipzig.de/~david/LIFE/blockbuster.tar.gz</action>
|
|
|
7 <action type="shell_command">make</action>
|
|
|
8 <action type="move_file">
|
|
|
9 <source>blockbuster.x</source>
|
|
|
10 <destination>$INSTALL_DIR/bin</destination>
|
|
|
11 </action>
|
|
|
12 <action type="set_environment">
|
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
14 </action>
|
|
|
15 </actions>
|
|
|
16 </install>
|
|
|
17 <readme>
|
|
|
18
|
|
|
19 </readme>
|
|
|
20 </package>
|
|
8
|
21 <package name="BEDTools" version="1.0">
|
|
7
|
22 <install version="1.0">
|
|
6
|
23 <actions>
|
|
|
24 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
|
25 <action type="shell_command">make</action>
|
|
|
26 <action type="move_file">
|
|
|
27 <source>bin/*</source>
|
|
|
28 <destination>$INSTALL_DIR/bin</destination>
|
|
|
29 </action>
|
|
|
30 <action type="set_environment">
|
|
|
31 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
32 </action>
|
|
|
33 </actions>
|
|
|
34 </install>
|
|
|
35 <readme>
|
|
|
36
|
|
|
37 </readme>
|
|
|
38 </package>
|
|
5
|
39 </tool_dependency>
|