Module umgap::io::fasta

source ·
Expand description

Allows operations over the FASTA format.

Structs§

  • Allows for iteration over records in chunks
  • Reads a FASTA-formatted source (e.g. a file).
  • A record extending the FASTA format. A single header can be followed by multiple sequences/items.
  • Convenience struct which allows for iteration (e.g. using for..in).
  • Writes to a file in the FASTA format.