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