view tool_dependencies.xml @ 0:b5c01b683dc9 draft

Uploaded
author iuc
date Sat, 07 Dec 2013 04:59:03 -0500
parents
children 2bac556aa73f
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="infernal" version="1.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">ftp://selab.janelia.org/pub/software/infernal/infernal-1.1.tar.gz</action>
                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Infernal is designed to run on POSIX-compatible platforms, including
            UNIX, Linux and MacOS/X. http://infernal.janelia.org/
        </readme>
    </package>
</tool_dependency>