view tool_dependencies.xml @ 6:e61d06912e86 draft

Uploaded
author davidvanzessen
date Thu, 30 Jul 2015 09:48:10 -0400
parents 344096512638
children c5cffbd8fe9d
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="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
Downloads https://github.com/mikessh/higblast/
        </readme>
    </package>
</tool_dependency>