comparison README.rst @ 14:628f82e72d72

Version as released on PyPI 0.1.0
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 26 Aug 2015 16:37:10 +0100
parents 096c6bbf4a04
children b78a5ba760b1
comparison
equal deleted inserted replaced
13:8a87a2c44d09 14:628f82e72d72
1 docs/readme.rst 1 ===============================
2 RiboPlot
3 ===============================
4
5 .. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg
6 :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot
7
8 .. image:: https://img.shields.io/pypi/v/riboplot.svg
9 :target: https://pypi.python.org/pypi/riboplot
10
11
12 RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format).
13
14 There are two programs in the package:
15
16 **riboplot**
17 Plot and output read counts (csv) for a single transcript.
18
19 **ribocount**
20 Output read counts for all transcripts in an alignment.
21
22 For help on using these programs, please refer to :ref:`usage`.
23
24
25 Free software: GPL license.
26
27 Documentation: https://riboplot.readthedocs.org.
28