view tool_dependencies.xml @ 1:39f974d0884e draft

Updated functional test definition to reference data copied to the test data repository.
author devteam
date Wed, 20 Mar 2013 15:19:25 -0400
parents 96825cee5c25
children 1d5aabeac76e
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="lastz" version="1.02.00">
        <install version="1.0">
            <actions>
                <action type="download_by_url" target_filename="lastz-distrib-1.02.00.tar.gz">http://www.bx.psu.edu/miller_lab/dist/lastz-1.02.00.tar.gz</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>src/lastz</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="move_file">
                    <source>src/lastz_D</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>
LASTZ is a program for aligning DNA sequences, a pairwise aligner. Originally designed to handle sequences the size of human chromosomes and from different species, it is also useful for sequences produced by NGS sequencing technologies such as Roche 454.         </readme>
    </package>
</tool_dependency>