Python function to export the annotated records to genbank file using python and biopython
0
0
Entering edit mode
5 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

biopython python bioinformatic programming • 285 views
ADD COMMENT
0
Entering edit mode

Could you paste the error as printed to your screen?

ADD REPLY

Login before adding your answer.

Traffic: 1705 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6