view tool_dependencies.xml @ 2:6912790a4287 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/prinseq/ commit c9e8b7a0212c9fdc3b91ca0c38129a2a05e4abe2-dirty
author bebatut
date Tue, 10 Nov 2015 09:23:59 -0500
parents 8ce1118769d9
children acaf871de2ea
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="prinseq" version="0.20.4">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://downloads.sourceforge.net/project/prinseq/standalone/prinseq-lite-0.20.4.tar.gz</action>
                <action type="move_file">
                    <source>prinseq-lite.pl</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PRINSEQ_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
    </package>
</tool_dependency>