view tool_dependencies.xml @ 2:e9455aa5c7e6 draft default tip

Uploaded
author rnateam
date Thu, 17 Oct 2013 04:17:41 -0400
parents b23d4e44a45c
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="segemehl" version="0.1.6">
        <install version="1.0">
            <actions>
                <action type="download_by_url" target_filename="segemehl_0_1_6_1.tar.gz">http://www.bioinf.uni-leipzig.de/Software/segemehl/segemehl_0_1_6.tar.gz</action>
                <action type="change_directory">segemehl</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>segemehl.x</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Short read mapping with gaps.
            To compile segemehl a C-compiler is needed, usually GCC.
            http://www.bioinf.uni-leipzig.de/Software/segemehl/
        </readme>
    </package>
</tool_dependency>