seqme.to_fasta# seqme.to_fasta(sequences, path, *, headers=None)[source]# Write sequences to a FASTA file. Parameters: sequences (list[str]) – List of text sequences. path (str | Path) – Output filepath, e.g., "/path/seqs.fasta". headers (Optional[list[str]]) – Optional sequence names.