Skip to main content

Module fastq

Module fastq 

Source
Expand description

FASTQ output for simulated reads.

Writes bgzf-compressed FASTQ files. Supports both single-threaded compression (via noodles-bgzf) and multi-threaded compression (via pooled-writer) depending on how the writer is constructed.

Structsยง

FastqWriter
A FASTQ writer that writes bgzf-compressed output.