Metadata-Version: 2.1
Name: bioat
Version: 0.1.2.0
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.9.6,<4.0.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: biopython (>=1.81,<2.0)
Requires-Dist: cython (>=0.29.33,<0.30.0)
Requires-Dist: fire (>=0.5.0,<0.6.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: pandarallel (>=1.6.4,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: pip (>=22,<23)
Requires-Dist: pysam (>=0.20.0,<0.21.0)
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


## backup
```shell
 poetry add git+ssh://git@github.com:pysam-developers/pysam.git
```


