[Biopython] Issues parsing genbank files
Steve Bond
biologyguy at gmail.com
Wed Oct 4 00:03:55 UTC 2017
Hi David,
This is definitely an issue on NCBI's side. For some reason, trying to pull
the entire record is causing an error, but you can get the entire record
minus one residue:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=NC_003197.2&seq_start=1&seq_stop=4857449&rettype=gb&retmode=text
It's not restricted to your record either, it seems like anything large is
causing the issue. Anyway, your work around is to use the seq_stop keyword
and ask for one fewer residue than the length of the record.
Maybe you want to let the folks at Entrez know?
-Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython/attachments/20171003/5cd9b73a/attachment.html>
More information about the Biopython
mailing list