view tool_dependencies.xml @ 15:233b2d979df4 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 98296c46d15c170e77d5eefad61cc447378fa73a-dirty
author chrisd
date Wed, 29 Jun 2016 02:43:33 -0400
parents 65d8343a6122
children
line wrap: on
line source

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