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>
|
16
|
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>
|
13
|
7 <action type="shell_command">make clean</action>
|
|
8 <action type="shell_command">make all</action>
|
|
9 <action type="move_directory_files">
|
|
10 <source_directory>bin</source_directory>
|
|
11 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
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>
|
5
|
19 GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools
|
13
|
20 </readme>
|
|
21 </package>
|
5
|
22 </tool_dependency>
|
13
|
23
|