view tool_dependencies.xml @ 1:d23c3f138c54 draft

Added genbank support
author simon-gladman
date Tue, 07 Jun 2016 03:47:07 -0400
parents f8b5ebbd6121
children c8d7d39f0781
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="snippy" version="3.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://github.com/Slugger70/snippy/archive/v3.0.1.tar.gz</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
                <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/snippy</action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
    </package>
</tool_dependency>