view tool_dependencies.xml @ 0:a277203b991f draft default tip

Uploaded
author tiagoantao
date Wed, 10 Feb 2016 14:02:31 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="stacks" version="1.35">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://creskolab.uoregon.edu/stacks/source/stacks-1.35.tar.gz</action>
		<action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
		<action type="shell_command">make</action>
                <action type="shell_command">make install</action>
		<!-- create env.sh -->
                <action type="set_environment">
                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
                        <environment_variable name="INSTALL_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
                </action>
 
           </actions>

        </install>
        <readme>
            This package installs STACKS from the sources available. Based on Cyril Monjeuad version
        </readme>
    </package>
</tool_dependency>