Mercurial > repos > davidvanzessen > argalaxy_tools
view tool_dependencies.xml @ 15:6e068ef43336 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 07 Aug 2015 08:42:58 -0400 |
parents | 010402c959aa |
children | 0f6885b14628 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="igblastwrp" version="0.6"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/mikessh/higblast/releases/download/v0.6/igblastwrapper_linux64.tar.gz</action> <action type="move_file"> <source>bin</source> <destination>$INSTALL_DIR/</destination> </action> <action type="move_file"> <source>data</source> <destination>$INSTALL_DIR/</destination> </action> <action type="move_file"> <source>igblastwrp.jar</source> <destination>$INSTALL_DIR/</destination> </action> <action type="set_environment"> <environment_variable name="IGBLASTWRP" action="set_to">$INSTALL_DIR/</environment_variable> </action> </actions> </install> <readme> Downloads https://github.com/mikessh/higblast/ </readme> </package> </tool_dependency>