Mercurial > repos > iuc > package_bedtools_2_17_0
view tool_dependencies.xml @ 0:5549e6124e48 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 21 May 2014 23:17:53 -0400 |
| parents | |
| children | 1607825427da |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bedtools" version="2.17.0"> <install version="1.0"> <actions> <action type="download_by_url">http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>bin</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bed Tools code to accompany his Galaxy wrappers. ross lazarus May 2014 </readme> </package> </tool_dependency>
