Metadata-Version: 2.4
Name: barcodactyl
Version: 0.1.0
Summary: Split ONT Dorado barcoded reads into per-barcode files (FASTQ/SAM/BAM).
Author-email: Theerayut <theerayut_aeiw_123@hotmail.com>
License: MIT
Project-URL: Homepage, https://aeiwz.github.io/barcodactyl
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pysam>=0.22.0
Dynamic: license-file

# barcodactyl

Split ONT Dorado-barcoded reads into per-barcode files. Supports FASTQ(.gz), SAM, and BAM.

## Install
```bash
pip install barcodactyl
```

## Run
```bash
barcodactyl reads.fastq -o out/ --prefix run1_
```

## Tests
```bash
pip install -e .[test]
pytest -q
```
