Demultiplex: FASTA/FASTQ demultiplexerΒΆ

https://img.shields.io/github/last-commit/jfjlaros/demultiplex.svg https://github.com/jfjlaros/demultiplex/actions/workflows/python-package.yml/badge.svg https://readthedocs.org/projects/demultiplex/badge/?version=latest https://img.shields.io/github/release-date/jfjlaros/demultiplex.svg https://img.shields.io/github/release/jfjlaros/demultiplex.svg https://img.shields.io/pypi/v/demultiplex.svg https://img.shields.io/github/languages/code-size/jfjlaros/demultiplex.svg https://img.shields.io/github/languages/count/jfjlaros/demultiplex.svg https://img.shields.io/github/languages/top/jfjlaros/demultiplex.svg https://img.shields.io/github/license/jfjlaros/demultiplex.svg

Versatile NGS demultiplexer with the following features:

  • Support for FASTA and FASTQ files.
  • Support for gzip and bzip2 compressed files.
  • Support for multiple reads per fragment, e.g., paired-end.
  • Handles barcodes in the header and in the reads.
  • Handles barcodes at unknown locations in reads (e.g., PacBio or Nanopore barcodes).
  • Support for selection of part of a barcode.
  • Allows for mismatches, insertions and deletions.
  • Barcode guessing by frequency or fixed amount.
  • Handles large numbers (over one million) of barcodes.

Please see ReadTheDocs for the latest documentation.