Metadata-Version: 2.1
Name: demultiplexer2
Version: 1.0.1
Summary: A python command line interface to demultiplex illumina reads.
Home-page: https://github.com/DominikBuchner/demultiplexer2
Author: Dominik Buchner
Author-email: dominik.buchner@uni-due.de
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.7.3
Requires-Dist: biopython>=1.84
Requires-Dist: joblib>=0.16.0
Requires-Dist: get_pypi_latest_version>=0.0.12
Requires-Dist: pandas>=2.2.3
Requires-Dist: numpy<2.0.0,>=1.24.0
Requires-Dist: tqdm>=4.66.4

# Demultiplexer2

![logo](https://github.com/user-attachments/assets/e9c034d1-be0f-4e06-a78d-95fcaf03e926)

## Introduction 

**Demultiplexer2** is a Python package designed to efficiently demultiplex paired-end Illumina sequencing reads by identifying and sorting inline tags, enabling streamlined downstream analysis.

## Installation and Usage

You can install **demultiplexer2** using pip:

```
pip install demultiplexer2
```
When 

When updates are released, users will be notified and can upgrade to the latest version with:

```
pip install --upgrade demultiplexer2
```
