-
Notifications
You must be signed in to change notification settings - Fork 128
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
ancestral, translate: GFF parsing broken with Biopython >=1.82 #1373
Labels
bug
Something isn't working
Comments
This was referenced Dec 22, 2023
victorlin
changed the title
translate: Incompatible with Biopython 1.82
ancestral, translate: GFF parsing broken with Biopython 1.82
Dec 22, 2023
This was referenced Dec 22, 2023
There is also usage of the deprecated feature within Augur itself: Lines 210 to 212 in ad4ed1b
Currently looking into why Biopython's deprecation warning doesn't get surfaced when using Augur CLI. EDIT: This is because BCBio's suppression of Biopython deprecation warnings applies to Augur as well, effective after its import in utils.py. Fixed with 05bff35. |
2 tasks
victorlin
changed the title
ancestral, translate: GFF parsing broken with Biopython 1.82
ancestral, translate: GFF parsing broken with Biopython >=1.82
Jan 12, 2024
This was referenced Jan 29, 2024
Merged
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scope
augur translate --alignment
augur translate
Details
Biopython 1.82 was released a few hours ago which removed a deprecated feature in the
SeqFeature
API which is used indirectly in Augur through another dependency, BCBio (upstream issue). See failing CI for details.Error message for search-ability:
Possible solutions
In the meantime, users should downgrade to an earlier version of Biopython.
The text was updated successfully, but these errors were encountered: