view tool_dependencies.xml @ 33:461285cb3b6a

Fix: Add earlier version of mock for setuptools compatibility
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 16 Oct 2015 16:15:05 +0100
parents b0ae69eb1712
children 3c6ce517b9f2
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="riboplot" version="0.2.1">
        <install version="1.0">
            <actions>
                <action type="setup_virtualenv">riboplot==0.2.1</action>
                <action type="set_environment">
                    <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
           Note: RNA coverage requires bedtools installed.
        </readme>
    </package>
</tool_dependency>