Entering edit mode
11 months ago
Saurabh
•
0
def export_annotated_data(annotated_records, output_file):
Convert records to genbank format
SeqIO.write(annotated_records, output_file, "genbank")
it throws an error of str 'name' missing
Could you paste the error as printed to your screen?