|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
1
|
3 <package name="package_bedtools" version="2.17.0">
|
|
0
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
|
7 <action type="shell_command">make</action>
|
|
|
8 <action type="move_directory_files">
|
|
|
9 <source_directory>bin</source_directory>
|
|
|
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
|
11 </action>
|
|
|
12 <action type="set_environment">
|
|
1
|
13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
14 </action>
|
|
|
15 </actions>
|
|
|
16 </install>
|
|
|
17 <readme>
|
|
|
18
|
|
1
|
19 Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bedtools code to accompany his Galaxy wrappers.
|
|
0
|
20 ross lazarus May 2014
|
|
|
21
|
|
|
22 </readme>
|
|
|
23 </package>
|
|
|
24
|
|
|
25 </tool_dependency>
|