view tool_dependencies.xml @ 1:d612ce3827b9 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit 60b005a83eab4984bc88a85a07ca2e416c3e507c-dirty
author chrisd
date Thu, 30 Jun 2016 02:39:23 -0400
parents d9be5a7e70f5
children c5085b1ad596
line wrap: on
line source

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