Entering edit mode
6.6 years ago
alyosamah
•
0
I have several genomes from RefSeq database of GenBank format. ftp://ftp.ncbi.nlm.nih.gov/refseq/release/bacteria/
How can I find the sequence date of any genome or the date which this genome added to the database using python or any programmatic software tool ?!
I think that perhaps BioPython could help you with it. See link1.
You can find a date in the output of print(record), I think.