view tool_dependencies.xml @ 1:f0465b3f1e43 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rnaz commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
author bgruening
date Thu, 17 Sep 2015 16:50:15 -0400
parents f486cceb3a80
children
line wrap: on
line source

<tool_dependency>
    <package name="rnaz" version="2.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://www.tbi.univie.ac.at/~wash/RNAz/RNAz-2.1.tar.gz</action>
                <action type="autoconf" />
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling RNAz requires a C compiler (typically gcc)</readme>
    </package>
</tool_dependency>