Metadata-Version: 2.1
Name: intron
Version: 0.1.0
Summary: Intron retention tool
Home-page: https://github.com/jareyw/intron/
Author: Therapeutic innovation center, Baylor college of medicine
Author-email: info@genialis.com
License: Apache License 2.0
Keywords: bioinformatics intron RNA mRNA
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6, <3.8
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: pybedtools
Requires-Dist: pysam
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: package
Requires-Dist: twine ; extra == 'package'
Requires-Dist: wheel ; extra == 'package'
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: check-manifest ; extra == 'test'
Requires-Dist: docutils ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: ngs-test-utils ; extra == 'test'
Requires-Dist: pydocstyle ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

=====================
Intron retention tool
=====================

Quantify amount of reads that map to a given intron. Tool currently only
supports analysis on Homo sapiens annotation.


