Mercurial > repos > iuc > package_bedtools_2_17_0
comparison tool_dependencies.xml @ 0:5549e6124e48 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 21 May 2014 23:17:53 -0400 |
| parents | |
| children | 1607825427da |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:5549e6124e48 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="bedtools" version="2.17.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"> | |
| 13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme> | |
| 18 | |
| 19 Genuine IUC/Frobozz Magic co recipe to install Aaron Quinlan's Bed Tools code to accompany his Galaxy wrappers. | |
| 20 ross lazarus May 2014 | |
| 21 | |
| 22 </readme> | |
| 23 </package> | |
| 24 | |
| 25 </tool_dependency> |
