Metadata-Version: 2.1
Name: bowtie2qc
Version: 0.0.2
Summary: A python bowtie2 QC ploter
Home-page: https://github.com/whuang022ai/bowtie2QC
Download-URL: https://pypi.org/project/bowtie2QC/
Author: MING HAN YANG
Author-email: whuang022@gmail.com
License: Apache 2.0
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
Requires-Python: >=3.11.5
Description-Content-Type: text/markdown
Requires-Dist: matplotlib >=3.8.4
Requires-Dist: pandas >=2.2.3
Provides-Extra: dev

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# bowtie2QC

A python bowtie2 QC ploter

![image](https://github.com/user-attachments/assets/fd1b697a-a9fa-4494-9569-8f83d38fd376)

# Getting Start

## install from pip

```
pip install bowtie2QC
```

# Usage

```
from  bowtie2QC import bowtie2QC


log_files = ["bowtie2.log", "bowtie2.log","bowtie3.log"]
bowtie2QC.procress_logs_with_pdf(log_files)
```
