Function noLZSS::process_amino_acid_fasta

Function Documentation

FastaProcessResult noLZSS::process_amino_acid_fasta(const std::string &fasta_path)

Processes an amino acid FASTA file into a concatenated string with sentinels.

Reads a FASTA file containing amino acid sequences and creates a single concatenated string with sentinel characters separating sequences. Only canonical amino acids are allowed (case insensitive, converted to uppercase).