comparison riboplot.egg-info/PKG-INFO @ 3:8e1efafa6277

Updated version * Bugfix: blue lines in some plots (bar colors were not set correctly) * Cookiecutter template * Additional unit tests * Add plot legend
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 12 Aug 2015 09:27:45 +0100
parents
children 096c6bbf4a04
comparison
equal deleted inserted replaced
2:b6fd86c539ea 3:8e1efafa6277
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
20 Plot read counts of RiboSeq data from BAM format alignment files
21
22 * Free software: BSD license
23 * Documentation: https://riboplot.readthedocs.org.
24
25 Features
26 --------
27
28 * TODO
29
30
31
32 History
33 -------
34
35 0.1.0 (2015-08-05)
36 ---------------------
37
38 * First release on PyPI.
39 Keywords: riboplot
40 Platform: UNKNOWN
41 Classifier: Development Status :: 2 - Pre-Alpha
42 Classifier: Intended Audience :: Developers
43 Classifier: License :: OSI Approved :: BSD License
44 Classifier: Natural Language :: English
45 Classifier: Programming Language :: Python :: 2
46 Classifier: Programming Language :: Python :: 2.6
47 Classifier: Programming Language :: Python :: 2.7
48 Classifier: Programming Language :: Python :: 3
49 Classifier: Programming Language :: Python :: 3.3
50 Classifier: Programming Language :: Python :: 3.4