view tool_dependencies.xml @ 2:8e8be119bda7 draft default tip

Fix URL
author iuc
date Tue, 25 Oct 2016 09:10:19 -0400
parents cddc18d238f7
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="gmap" version="2016.09.23">
        <install version="1.0">
            <actions>
                <action type="download_by_url" target_filename="gmap-2016-09-23.tar.gz" sha256sum="dbb99cab7ee675bdc79d6773d7537b197812e73151c5dafa1fbc8f9c0c58ef93">http://research-pub.gene.com/gmap/src/gmap-gsnap-2016-09-23.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>