5
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
13
|
3 <package name="bedtools" version="2.17.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url" target_filename="bedtools-2.17.0.tar.gz">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
7 <action type="shell_command">tar -zxvf bedtools-2.17.0.tar.gz </action>
|
|
8 <action type="shell_command">cd bedtools-2.17.0</action>
|
|
9 <action type="shell_command">make clean</action>
|
|
10 <action type="shell_command">make all</action>
|
|
11 <action type="move_directory_files">
|
|
12 <source_directory>bin</source_directory>
|
|
13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
14 </action>
|
|
15 <action type="set_environment">
|
|
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
17 </action>
|
|
18 </actions>
|
|
19 </install>
|
|
20 <readme>
|
5
|
21 GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools
|
13
|
22 </readme>
|
|
23 </package>
|
5
|
24 </tool_dependency>
|
13
|
25
|