Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate riboplot.egg-info/PKG-INFO @ 7:096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Thu, 13 Aug 2015 15:03:20 +0100 |
parents | 8e1efafa6277 |
children | 7571f5c89090 |
rev | line source |
---|---|
3 | 1 Metadata-Version: 1.1 |
2 Name: riboplot | |
3 Version: 0.1.0 | |
4 Summary: Plot read counts of RiboSeq data from BAM format alignment files | |
5 Home-page: https://github.com/vimalkumarvelayudhan/riboplot | |
6 Author: Vimalkumar Velayudhan | |
7 Author-email: vimalkumarvelayudhan@gmail.com | |
8 License: BSD | |
9 Description: =============================== | |
10 RiboPlot | |
11 =============================== | |
12 | |
13 .. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg | |
14 :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot | |
15 | |
16 .. image:: https://img.shields.io/pypi/v/riboplot.svg | |
17 :target: https://pypi.python.org/pypi/riboplot | |
18 | |
19 | |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
20 RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format). |
3 | 21 |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
22 There are two programs in the package: |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
23 |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
24 **riboplot** |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
25 Plot and output read counts (csv) for a single transcript. |
3 | 26 |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
27 **ribocount** |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
28 Output read counts for all transcripts in an alignment. |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
29 |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
30 For help on using these programs, please refer to :doc:`usage`. |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
31 |
3 | 32 |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
33 Free software: BSD license. |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
34 |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
35 Documentation: https://riboplot.readthedocs.org. |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
36 |
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
37 |
3 | 38 |
39 | |
40 | |
41 History | |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
42 ======= |
3 | 43 |
44 0.1.0 (2015-08-05) | |
45 --------------------- | |
46 | |
47 * First release on PyPI. | |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
48 |
3 | 49 Keywords: riboplot |
50 Platform: UNKNOWN | |
51 Classifier: Development Status :: 2 - Pre-Alpha | |
52 Classifier: Intended Audience :: Developers | |
53 Classifier: License :: OSI Approved :: BSD License | |
54 Classifier: Natural Language :: English | |
55 Classifier: Programming Language :: Python :: 2 | |
56 Classifier: Programming Language :: Python :: 2.6 | |
57 Classifier: Programming Language :: Python :: 2.7 | |
58 Classifier: Programming Language :: Python :: 3 | |
59 Classifier: Programming Language :: Python :: 3.3 | |
60 Classifier: Programming Language :: Python :: 3.4 |