view tool_dependencies.xml @ 4:c15d96ff8bf4 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit 1dfea0399aa9320216ab54573cb19b92c68d33c9
author chrisd
date Sun, 07 Aug 2016 16:33:35 -0400
parents c5085b1ad596
children
line wrap: on
line source

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