view tool_dependencies.xml @ 4:778c2fd5cea3 draft

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