view tool_dependencies.xml @ 2:f59058e92ed7 draft default tip

Adding SHA256 checksum
author peterjc
date Thu, 29 Sep 2016 06:47:27 -0400
parents 8bacc25e2023
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="gmap" version="2013-05-09">
        <install version="1.0">
            <actions>
                <action type="download_by_url" target_filename="gmap-2013-05-09.tar.gz" sha256sum="6be7be49ccfd72ef1d0954fad8c7c7e33f278166c9fc2485171702aff2aeb45f">http://research-pub.gene.com/gmap/src/gmap-gsnap-2013-05-09.tar.gz</action>
                <action type="shell_command"> ./configure --prefix=$INSTALL_DIR --with-gmapdb=$INSTALL_DIR/gmapdb</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>