4 releases

new 0.6.3 May 2, 2025
0.6.2 Apr 23, 2025
0.6.1 Apr 23, 2025
0.5.4 Apr 8, 2025

#380 in Biology

Download history 112/week @ 2025-04-07 53/week @ 2025-04-14 288/week @ 2025-04-21 233/week @ 2025-04-28

686 downloads per month
Used in 3 crates

MIT license

2MB
2.5K SLoC

BINSEQ Format Specification

MIT licensed actions status Crates.io docs.rs

Overview

BINSEQ is a binary file format family designed for efficient storage and processing of DNA sequences. They make use of two-bit encoding for nucleotides and are optimized for high-performance parallel processing.

BINSEQ currently has two flavors:

  1. BQ: (*.bq) files are for fixed-length records without quality scores.
  2. VBQ: (*.vbq) files are for variable-length records with optional quality scores.

Both flavors support both single and paired sequences.

Getting Started

This is a library for reading and writing BINSEQ files, for a command-line interface see bqtools.

To get started please refer to our documentation. For example programs which make use of the library check out our examples directory.

For more information about the BINSEQ file family, please refer to our preprint.

Dependencies

~5MB
~88K SLoC