view tool_dependencies.xml @ 0:ea7ba24d640f draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_genometools_1_5_7 commit c9e8b7a0212c9fdc3b91ca0c38129a2a05e4abe2-dirty
author bebatut
date Tue, 10 Nov 2015 09:34:31 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="genometools" version="1.5.7">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://genometools.org/pub/genometools-1.5.7.tar.gz</action>
                <action type="autoconf"></action>
                <action type="set_environment">
                    <environment_variable name="GENOMETOOLS_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
The GenomeTools genome analysis system is a collection of bioinformatics tools (in the realm of genome informatics) combined into a single binary named gt. 
It is based on a C library named “libgenometools” which consists of several modules.

For more details, see:
http://genometools.org/
        </readme>
    </package>
</tool_dependency>