view tool_dependencies.xml @ 10:edbf4fba5fc7 draft

Uploaded
author davidvanzessen
date Fri, 31 Jul 2015 08:08:05 -0400
parents c5cffbd8fe9d
children 0510cf1f7cbc
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>