view tool_dependencies.xml @ 1:5ec8b052e389 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/rarefactionanalyzer commit c6ac19e5dadcc35cec82df2f3e77eed6d9876a96
author chrisd
date Sun, 09 Oct 2016 08:20:38 -0400
parents 9543fccd0efe
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="rarefactionanalyzer" version="0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone --recursive https://github.com/cdeanj/rarefactionanalyzer</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>rarefaction</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 rarefaction_analyzer requires a C++ compiler</readme>
    </package>
</tool_dependency>