Metadata-Version: 1.1
Name: riboraptor
Version: 0.2.1
Summary: Python package to analyse ribosome profiling data
Home-page: https://github.com/saketkc/riboraptor
Author: Saket Choudhary
Author-email: saketkc@gmail.com
License: BSD license
Description: =======================================================
        riboraptor : Tool for analysing ribosome profiling data
        =======================================================
        
        
        .. image:: https://img.shields.io/pypi/v/riboraptor.svg
                :target: https://pypi.python.org/pypi/riboraptor
        
        .. image:: https://travis-ci.org/saketkc/riboraptor.svg?branch=master
                :target: https://travis-ci.org/saketkc/riboraptor
        
        .. image:: https://pyup.io/repos/github/saketkc/riboraptor/shield.svg
             :target: https://pyup.io/repos/github/saketkc/riboraptor/
             :alt: Updates
        
        
        Python package to analyse ribosome profiling data
        
        
        * Free software: BSD license
        * Documentation: http://saketkc.github.io/riboraptor/
        
        Installation
        ------------
        
        Using conda:
        
        .. code-block:: bash
        
           $ git clone git@github.com:saketkc/riboraptor.git
           $ conda create --name raptor gffutils matplotlib mne mtspec numpy pandas pybedtools \
           pyBigWig pyfaidx pysam scipy seaborn pycwt six click click-help-colors htseq biopython
           $ cd riboraptor
           $ python setup.py install --single-version-externally-managed --record=/tmp/record.txt
        
        
        Using pip only:
        
        .. code-block:: bash
        
           $ git clone git@github.com:saketkc/riboraptor.git
           $ cd riboraptor
           $ pip install -r requirements.txt
           $ python setup.py install
        
        
        Features
        --------
        
        See: http://saketkc.github.io/riboraptor/cmd-manual.html
        
        
        
        
        =======
        History
        =======
        
        0.2.0 (04-23-2018)
        ------------------
        
        * First release on PyPI.
        
Keywords: riboraptor
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
