view tool_dependencies.xml @ 2:b6fd86c539ea

Fix pysam version in riboplot (was 0.7.7 instead of 0.8.3). Fix move sys import to the top in ribocount.py, riboplot.py. Minor: * Include an empty conditional when no RNA coverage is required. * Remove output directories after zip file is created.
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Thu, 02 Jul 2015 11:53:59 +0100
parents 1e9797878349
children 8a87a2c44d09
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="matplotlib" version="1.2.1">
        <repository changeset_revision="d22042e5e279" name="package_matplotlib_1_2"
                    owner="ribogalaxy" prior_installation_required="True"
                    toolshed="http://toolshed.ribogalaxy.ucc.ie" />
    </package>
    <package name="pysam" version="0.8.3">
        <repository changeset_revision="190ad904a112" name="package_pysam_0_8_3"
                    owner="ribogalaxy" prior_installation_required="True"
                    toolshed="http://toolshed.ribogalaxy.ucc.ie" />
    </package>
</tool_dependency>