Function noLZSS::process_nucleotide_fasta

Function Documentation

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

Processes a nucleotide FASTA file into a concatenated string with sentinels.

Reads a FASTA file containing nucleotide sequences and creates a single concatenated string with sentinel characters separating sequences. Only A, C, T, G nucleotides are allowed (case insensitive, converted to uppercase).