Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison docs/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 | 8964641b04ef |
children | ef39290c19af |
comparison
equal
deleted
inserted
replaced
13:8a87a2c44d09 | 14:628f82e72d72 |
---|---|
1 =============================== | 1 .. include:: ../README.rst |
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: BSD license. | |
26 | |
27 Documentation: https://riboplot.readthedocs.org. | |
28 |