view tool_dependencies.xml @ 0:2cc9627ae29c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
author iuc
date Fri, 19 Jun 2015 09:24:46 -0400
parents
children d08a7bffb2ee
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="sparsehash" version="2.0.2">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz</action>
                <action type="autoconf" />
                <action type="set_environment">
                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
                    <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                </action>
            </actions>
        </install>
        <readme>ABySS is a de novo sequence assembler intended for short paired-end reads and large genomes.</readme>
    </package>
</tool_dependency>