Metadata-Version: 2.1
Name: ngs-tools
Version: 1.8.6
Summary: Reusable tools for working with next-generation sequencing (NGS) data
Home-page: https://github.com/Lioscro/ngs-tools
Author: Kyung Hoi (Joseph) Min
Author-email: phoenixter96@gmail.com
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: joblib (>=1.0.1)
Requires-Dist: numba (>=0.53.1)
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: pysam (>=0.16.0.1)
Requires-Dist: shortuuid (>=1.0.1)
Requires-Dist: tqdm (>=4.50.0)
Requires-Dist: typing-extensions (>=3.7.4)
Provides-Extra: levenshtein
Requires-Dist: pyseq-align (>=1.0.0) ; extra == 'levenshtein'

# ngs_tools
![github version](https://img.shields.io/badge/Version-1.8.6-informational)
[![pypi version](https://img.shields.io/pypi/v/ngs-tools)](https://pypi.org/project/ngs-tools/1.8.6/)
![python versions](https://img.shields.io/pypi/pyversions/ngs-tools)
![status](https://github.com/Lioscro/ngs-tools/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/Lioscro/ngs-tools/branch/main/graph/badge.svg?token=CITIPF64QZ)](https://codecov.io/gh/Lioscro/ngs-tools)
[![docs](https://readthedocs.org/projects/ngs-tools/badge/?version=latest)](https://ngs-tools.readthedocs.io/en/latest/?badge=latest)
[![license](https://img.shields.io/pypi/l/ngs-tools)](LICENSE)

Reusable tools for working with next-generation sequencing (NGS) data

Documentation: https://ngs-tools.readthedocs.io/en/latest/
