comparison tool_dependencies.xml @ 1:1607825427da draft default tip

Uploaded
author iuc
date Wed, 21 May 2014 23:20:03 -0400
parents 5549e6124e48
children
comparison
equal deleted inserted replaced
0:5549e6124e48 1:1607825427da
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="bedtools" version="2.17.0"> 3 <package name="package_bedtools" version="2.17.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action> 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> 7 <action type="shell_command">make</action>
8 <action type="move_directory_files"> 8 <action type="move_directory_files">
9 <source_directory>bin</source_directory> 9 <source_directory>bin</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> 10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action> 11 </action>
12 <action type="set_environment"> 12 <action type="set_environment">
13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> 13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
14 </action> 14 </action>
15 </actions> 15 </actions>
16 </install> 16 </install>
17 <readme> 17 <readme>
18 18
19 Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bed Tools code to accompany his Galaxy wrappers. 19 Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bedtools code to accompany his Galaxy wrappers.
20 ross lazarus May 2014 20 ross lazarus May 2014
21 21
22 </readme> 22 </readme>
23 </package> 23 </package>
24 24