You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split Barcode reads into per-barcode files. Supports FASTQ(.gz), SAM, and BAM.
Install
pip install barcodactyl
Run
barcodactyl reads.fastq -o out/ --prefix run1_
Tests
pip install -e .[test]
pytest -q
About
Split ONT barcoded sequencing reads into per-barcode files. Supports FASTQ(.gz), SAM, and BAM input — outputs in the same format by default, or a user-selected one.