Metadata-Version: 2.1
Name: bioat
Version: 0.10.16
Summary: Bioinformatic toolkit with python (It's still under development!)
Home-page: https://github.com/hermanzhaozzzz/bioat
License: MIT
Author: Herman Zhao
Author-email: hermanzhaozzzz@gmail.com
Requires-Python: >=3.10.0,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: biopython (>=1.80)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: coloredlogs (>=15.0.1)
Requires-Dist: fire (>=0.5.0)
Requires-Dist: lxml (>=4.9.3)
Requires-Dist: matplotlib (>=3.7.1)
Requires-Dist: msa4u (>=0.4.0,<0.5.0)
Requires-Dist: numpy (>=1.24.1)
Requires-Dist: pandarallel (>=1.6.4)
Requires-Dist: pandas (>=1.5)
Requires-Dist: pickleshare (>=0.7.5,<0.8.0)
Requires-Dist: playwright (>=1.41.2)
Requires-Dist: pybedtools (>=0.9.1,<0.10.0)
Requires-Dist: pysam (>=0.20.0)
Requires-Dist: reportlab (>=4.0.0,<5.0.0)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: scipy (>=1.8.0)
Requires-Dist: selenium (>=4.11.2)
Requires-Dist: statsmodels (>=0.13.5)
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: tqdm (>=4.64.1)
Project-URL: Repository, https://github.com/hermanzhaozzzz/bioat
Description-Content-Type: text/markdown

# bioat 
the Bioinformatic Analysis Tools

![macos](https://github.com/hermanzhaozzzz/bioat/actions/workflows/macos.yml/badge.svg)
![linux](https://github.com/hermanzhaozzzz/bioat/actions/workflows/linux.yml/badge.svg)
![windows](https://github.com/hermanzhaozzzz/bioat/actions/workflows/windows.yml/badge.svg)

## about author

> author: [赵华男 | ZHAO Hua-nan](https://scholar.google.com/citations?user=ojSVoWQAAAAJ&hl=en)
>
> email: hermanzhaozzzz@gmail.com
>
> [Zhihu](https://www.zhihu.com/people/hymanzhaozzzz) | [BLOG](http://zhaohuanan.cc)

## Introduction
A python **package** & **command line toolkit** for Bioinformatics and data science!

**\<under development\>!!**

## Installation
```shell
# supported platform: Linux / MacOS (intel & arm64) / WSL on Windows
pip install --upgrade bioat
```


## usage
```shell
# list commands
bioat list
# check version
bioat version
# check information about bioat
bioat about

# example usage
bioat bam remove_clip --help
samtools view -h test_sorted_n.bam | bioat bam remove_clip | tail
```
[circos plot](docs/demo_circos-plot.ipynb)
