view tool_dependencies.xml @ 1:a3d1f2a85806 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit b6759a3fee03fecf2565dee0a12ac7480687d23b-dirty
author chrisd
date Thu, 14 Jul 2016 18:42:33 -0400
parents 39dc67b8f847
children
line wrap: on
line source

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