Module seq_io::fastq

source ·
Expand description

Efficient FASTQ reading and writing

Structs

Enums

Traits

  • FASTQ record trait implemented by both RefRecord and OwnedRecord

Functions

  • Helper function for writing data (not necessarily stored in a Record instance) to the FASTQ format. The ID and description parts of the header are supplied separately instead of a whole header line
  • Helper function for writing data (not necessarily stored in a Record instance) to the FASTQ format