Module umgap::io::fastq

source ·
Expand description

Allows operations over the FASTQ format.

Structs§

  • Reads a FASTQ-formatted source (e.g. a file).
  • A record as defined by the FASTQ format.
  • Convenience struct which allows for iteration (e.g. using for..in).