-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GenBank ValueError with BioPython #71
Comments
Hi, I apologize but I probably will not get to fixing this issue. Please try other methods of building a genbank from the source genomes/proteins. |
No problem, there are easy workarounds. |
The source feature is also malformed, which used to trigger a warning in Biopython but recently we had a regression and errored - see biopython/biopython#4274 |
There appear to be more GenBank issues flagged by the Biopython parser in the example flagged in biopython/biopython#4274 and are probably general issues:
|
Hey! I ran into trouble with GenBank output. I tried to parse a file that contains these lines with BioPython:
Normally, BioPython uses this code to parse your "invalidly spaced" GenBank.
But because the
LOCUS
line is less than 79 characters long, the BioPython parser goes into this code, triggering a ValueError on line 1438:If it's not too much trouble, please fix this issue.
The text was updated successfully, but these errors were encountered: