Metadata-Version: 2.1
Name: bioat
Version: 0.1.1.3
Summary: Bioinformatic toolkit with python (It's still under development!)
Home-page: https://github.com/hermanzhaozzzz/BioinformaticAnalysisTools
License: MIT
Author: Herman Zhao
Author-email: hermanzhaozzzz@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: numpy (>=1.23.3,<2.0.0)
Requires-Dist: pandas (>=1.5.0,<2.0.0)
Requires-Dist: pip (>=22.2.2,<23.0.0)
Requires-Dist: pysam (==0.19.1)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Project-URL: Repository, https://github.com/hermanzhaozzzz/BioinformaticAnalysisTools
Description-Content-Type: text/markdown

# BioinformaticAnalysisTools

## Introduction
A bioinformatic python toolkit accelerated with rust!

- Author: Hua-nan ZHAO @Tsinghua University
- E-Mail: hermanzhaozzzz@gmail.com

## Installation
```shell
pip install bioat
```

## unit testing
```shell
cd tests
python -m pytest
# or
poetry run pytest
```
## usage


## history





