Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate README.rst @ 17:805b779d4013
Fix tool dependencies
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Mon, 31 Aug 2015 11:41:48 +0100 |
parents | b78a5ba760b1 |
children | cff63cf0dea8 |
rev | line source |
---|---|
14
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
1 =============================== |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
2 RiboPlot |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
3 =============================== |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
4 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
5 .. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
6 :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
7 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
8 .. image:: https://img.shields.io/pypi/v/riboplot.svg |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
9 :target: https://pypi.python.org/pypi/riboplot |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
10 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
11 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
12 RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format). |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
13 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
14 There are two programs in the package: |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
15 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
16 **riboplot** |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
17 Plot and output read counts (csv) for a single transcript. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
18 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
19 **ribocount** |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
20 Output read counts for all transcripts in an alignment. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
21 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
22 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
23 Free software: GPL license. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
24 |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
25 Documentation: https://riboplot.readthedocs.org. |
628f82e72d72
Version as released on PyPI 0.1.0
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
26 |