view tool_dependencies.xml @ 0:72901052a829 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 3a1ac4b58e77fb6fba076c679ee7e317a79d1f8b
author chrisd
date Wed, 23 Mar 2016 17:54:53 -0400
parents
children fa1aae53a2f3
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="csa" version="0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.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>