view tool_dependencies.xml @ 1:f7e87cc38f57 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/export2graphlan/ commit 11b919f18ba85a40ff0ff4df82aac9be6da188c5-dirty
author bebatut
date Thu, 31 Mar 2016 03:58:09 -0400
parents f3a11239c704
children d2b9ea71c6ed
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pandas" version="0.16">
        <repository changeset_revision="67abd81bd3ac" name="package_python_2_7_pandas_0_16" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="scipy" version="0.16">
        <repository changeset_revision="bb3303595443" name="package_python_2_7_scipy_0_16" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="matplotlib" version="1.4">
        <repository changeset_revision="9a4214646e88" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="export2graphlan" version="1.0">
        <install version="1.0">
            <actions>
                <action type="shell_command">
                    hg clone https://hg@bitbucket.org/CibioCM/export2graphlan
                </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="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme />
    </package>
</tool_dependency>