view tool_dependencies.xml @ 1:c9fbf44a96f7 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit 8ae28ea5f8b137ff7403efbb968152aa6aae22bf
author chrisd
date Tue, 11 Oct 2016 03:47:35 -0400
parents 6e3417efcef3
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="resistomeanalyzer" version="0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone --recursive https://github.com/cdeanj/resistomeanalyzer.git</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>resistome</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling resistome_analyzer requires a C++ compiler</readme>
    </package>
</tool_dependency>