view tool_dependencies.xml @ 0:c1154c64359c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_weblogo_2_8_2 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 15:03:53 -0400
parents
children
line wrap: on
line source

<tool_dependency>
    <package name="weblogo" version="2.8.2">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/weblogo/weblogo.2.8.2.tar.gz</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR/weblogo</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/weblogo/</environment_variable>
                    <environment_variable name="WEBLOGO_PATH" action="set_to">$INSTALL_DIR/weblogo/</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Running weblogo requires a perl environment.</readme>
    </package>
</tool_dependency>