Struct FastaParseResult

Struct Documentation

struct FastaParseResult

Result of parsing FASTA file containing both sequences and IDs.

Public Members

std::vector<std::string> sequences

Individual sequences from FASTA file.

std::vector<std::string> sequence_ids

Sequence identifiers from headers.