view tool_dependencies.xml @ 33:42fe64cac818

Add bedtools as a dependency for riboplot
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 30 Oct 2015 12:14:40 +0000
parents 69f43f4144df
children 1cafe3494b3a
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 name="package_bedtools_2_24" owner="iuc" />
    </package>
</tool_dependency>