def seq_record_loaded_from_file_example(fasta_path): """Original SeqRecord loaded from sequence file""" return SeqIO.read(fasta_path, "fasta")