view tool_dependencies.xml @ 1:d7cf3b50a074 draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/export2graphlan/ commit 3472a70f35769aaeafa40e8fbce97aac2c4ea4f8-dirty
author bebatut
date Tue, 21 Jun 2016 08:05:01 -0400
parents b344522045f3
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pandas" version="0.16">
        <repository changeset_revision="2511234c20da" name="package_python_2_7_pandas_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="scipy" version="0.16">
        <repository changeset_revision="80f8536c6dc2" name="package_python_2_7_scipy_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="matplotlib" version="1.4">
        <repository changeset_revision="f7424e1cf115" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="export2graphlan" version="0.19">
        <install version="1.0">
            <actions>
                <action type="shell_command">
                    hg clone -r d6c10c1 https://hg@bitbucket.org/CibioCM/export2graphlan
                </action>
                <action type="move_file">
                    <source>export2graphlan.py</source>
                    <destination>$INSTALL_DIR/bin/</destination>
                </action>
                <action type="move_directory_files">
                    <source_directory>hclust2</source_directory>
                    <destination_directory>$INSTALL_DIR/bin/hclust2/</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable>
                </action>
            </actions>
        </install>
        <readme />
    </package>
</tool_dependency>