Entering edit mode
10.3 years ago
spezza
▴
50
I have a list of >100 gene names and want to get the locus_tag
s. Is there a way I can do this using its genbank file and Biopython?
For example, the genbank file has
/gene="murE"
/locus_tag="BSUW23_07815"
If my list just has murE
, I'd like it to print out the corresponding BSUW23_07815
I'm having a similar problem
If i have a list with gene names and i want to get all the information from that gene contained in CDS and GENE in the gbk file? How could i do?