-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bio.SeqIO: AttributeError when parsing GenBank file #4274
Comments
This breaks on the current code too, so the current release Biopython 1.81 would be affected too. The problem is a very messed up first feature:
This should probably be:
With Biopython 1.79 this gave a warning, |
Should close biopython#4274, a regression in Biopython 1.80
Should close #4274, a regression in Biopython 1.80
Are you able to update your copy of Biopython by installing the latest source code from GitHub? The latest code (will be in Biopython 1.82) will now parse the file again, with the following warnings:
The last one is about missing the |
Did that, it works nicely as it used to with the old version. Thanks for fixing this. Bioinformaticians produce some strange code... -.- |
Setup
I am reporting a problem with Biopython version, Python version, and operating
system as follows:
Steps to reproduce
Expected behaviour
GenBank file is parsed normally.
Actual behaviour
Workaround
Downgrade biopython from
1.81
to1.79
. (1.80
has the same bug.)More info
The ugly .gbk file was generated by VIBRANT 1.2.1.
The text was updated successfully, but these errors were encountered: