view tool_dependencies.xml @ 4:acaf871de2ea draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/prinseq/ commit ade7dfd3c1f1c5369e338013c5ca2ec7115cafe6-dirty
author bebatut
date Wed, 27 Jan 2016 03:55:09 -0500
parents 6912790a4287
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="prinseq" version="0.20.4">
        <install version="1.0">
            <actions>
                <action sha256sum="9b5e0dce3b7f02f09e1cc7e8a2dd77c0b133e5e35529d570ee901f53ebfeb56f" 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="move_file">
                    <source>prinseq-graphs-noPCA.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>