[][src]Module fasta::pieces

Structs that represent specific pieces of information found in FASTA files. Useful for extracting and storing these parts.

Structs

FastaAccessions

A convenience struct for parsing the acession ids from FASTA description lines.

FastaEntry

A single FASTA entry with description and header.

FastaLengths

A convenient struct that wraps a sequence id to sequence length mapping.