view tool_dependencies.xml @ 1:0c83efe0936b draft

Uploaded
author iuc
date Thu, 14 May 2015 09:46:29 -0400
parents 995175fb61c4
children 7e9f2c0ccf89
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="tophat" version="2.0.14">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/tophat/tophat-2.0.14-Linux-x86_64.tar.gz</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
                    </action>
                </actions>
                <actions>
                    <action type="download_by_url">http://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.14.tar.gz</action>
                    <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                    <action type="make_install" />
                </actions>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme />
    </package>
</tool_dependency>