view tool_dependencies.xml @ 34:1cafe3494b3a

Fix: add required repository information in tool_dependencies
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 30 Oct 2015 12:26:20 +0000
parents 42fe64cac818
children de451be99b93
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="riboplot" version="0.2.2">
        <install version="1.0">
            <actions>
                <action type="setup_virtualenv">riboplot==0.2.2</action>
                <action type="set_environment">
                    <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Please check README.rst
        </readme>
    </package>
    <package name="bedtools" version="2.24">
        <repository changeset_revision="39b86c1e267d" name="package_bedtools_2_24"
            owner="iuc" prior_installation_required="True"
            toolshed="https://toolshed.g2.bx.psu.edu/" />
    </package>
</tool_dependency>