view tool_dependencies.xml @ 0:9823a1e084ad draft default tip

Uploaded
author rnateam
date Tue, 28 Apr 2015 07:40:30 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pkiss" version="2.2.12">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/pkiss/pkiss-2.2.12-Linux-x86_64.tar.gz</action>
                    <action type="shell_command">rm pkiss-2.2.12-Linux-x86_64.tar.gz</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                    <action type="set_environment">
                        <environment_variable action="set_to" name="PKISS_ROOT_PATH">$INSTALL_DIR</environment_variable>
                        <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                        <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                        <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable>
                    </action>
                </actions>
            </actions_group>
        </install>
        <readme>
            This package downloads and installs pKiss which is part of the Bielefeld RNAShapesStudio.
            http://bibiserv.techfak.uni-bielefeld.de/rnashapesstudio
        </readme>
    </package>
</tool_dependency>