Mercurial > repos > bgruening > precommit_test
view tool_dependencies.xml @ 7:7dc2e62bb8b4
blat
| author | Bjoern Gruening <bjoern.gruening@gmail.com> |
|---|---|
| date | Thu, 30 May 2013 11:54:27 +0200 |
| parents | 1d21a699af8f |
| children | fbc64ecd5295 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="blat" version="1.0.0"> <install version="1.0"> <actions> <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action> <action type="move_file"> <source>blat</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> The BLAT binary for linux x86_64 is retrieved from UCSC. </readme> </package> </tool_dependency>
