view tool_dependencies.xml @ 0:7073825e4338 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit d30f1a6891066d1a05d75bac8faacf439bc471dd
author chrisd
date Wed, 16 Nov 2016 21:32:13 -0500
parents
children
line wrap: on
line source

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