view riboplot.egg-info/PKG-INFO @ 8:844eb8c36f32

Add help section in xml and update usage documentation
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 17 Aug 2015 10:27:58 +0100
parents 096c6bbf4a04
children 7571f5c89090
line wrap: on
line source

Metadata-Version: 1.1
Name: riboplot
Version: 0.1.0
Summary: Plot read counts of RiboSeq data from BAM format alignment files
Home-page: https://github.com/vimalkumarvelayudhan/riboplot
Author: Vimalkumar Velayudhan
Author-email: vimalkumarvelayudhan@gmail.com
License: BSD
Description: ===============================
        RiboPlot
        ===============================
        
        .. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg
                :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot
        
        .. image:: https://img.shields.io/pypi/v/riboplot.svg
                :target: https://pypi.python.org/pypi/riboplot
        
        
        RiboPlot includes programs to plot and output Ribo-Seq read counts from an alignment file (BAM format).
        
        There are two programs in the package:
        
        **riboplot**
            Plot and output read counts (csv) for a single transcript.
        
        **ribocount**
            Output read counts for all transcripts in an alignment.
        
        For help on using these programs, please refer to :doc:`usage`.
        
        
        Free software: BSD license.
        
        Documentation: https://riboplot.readthedocs.org.
        
        
        
        
        
        History
        =======
        
        0.1.0 (2015-08-05)
        ---------------------
        
        * First release on PyPI.
        
Keywords: riboplot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4