view tool_dependencies.xml @ 27:99dda3e39997

Attempt 4 using virtualenv
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Wed, 02 Sep 2015 12:23:20 +0100
parents 4b1254319802
children fb64b970da25
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="riboplot" version="0.1.0">
        <install version="1.0">
            <actions>
                <action type="setup_virtualenv">riboplot==0.1.0</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>