view README.rst @ 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

RiboPlot
========
RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format).

There are two programs in the package:

**riboplot**

    Plot and output read counts (csv) for a single transcript.

**ribocount**

    Output read counts for all transcripts in an alignment.

Free software: GPL license

Documentation: http://pythonhosted.org/riboplot

Repository: https://github.com/vimalkvn/riboplot


.. note::

    Matplotlib installation requires freetype headers and libraries installed
    (``libfreetype6-dev`` on Ubuntu 14.04).