Metadata-Version: 1.2
Name: rna-cd
Version: 0.1.0
Summary: RNA contamination detector
Home-page: https://github.com/LUMC/rna_cd
Author: Leiden University Medical Center
Author-email: a.h.b.bollen@lumc.nl
License: AGPLv3+
Description: .. image:: https://travis-ci.org/LUMC/rna_cd.svg?branch=master
            :target: https://travis-ci.org/LUMC/rna_cd
        
        .. image:: https://codecov.io/gh/LUMC/rna_cd/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/LUMC/rna_cd
        
        .. image:: https://readthedocs.org/projects/rna-cd/badge/?version=latest
            :target: https://rna-cd.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        RNA Contamination Detector
        ==========================
        
        rna_cd is a python package and command line tool designed to detect
        RNA contamination of DNA-seq experiments.
        
        For our complete documentation, please checkout our
        `readthedocs page <https://rna-cd.readthedocs.io/en/latest/>`_.
        
        Requirements
        ============
        
        * Python 3.5+
        * click
        * scikit-learn
        * pysam
        * matplotlib
        
        
        Installation
        =============
        
        ::
        
            $ pip install rna-cd
        
        License
        =======
        
        AGPLv3+
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.5
