Skip to content
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

Unpin biopython and update Bio.Alphabet usage #46

Open
jaimergp opened this issue Sep 9, 2020 · 0 comments
Open

Unpin biopython and update Bio.Alphabet usage #46

jaimergp opened this issue Sep 9, 2020 · 0 comments
Labels
module-structure-superposition Concerns opencadd.structure.superposition module

Comments

@jaimergp
Copy link
Contributor

jaimergp commented Sep 9, 2020

Code at opencadd/structure/superposition/sequences.py uses Bio.Alphabet idioms, which have been deprecated as of biopython 1.78. We are pinning to 1.77 now (see #45) but this workaround is not definitive and should be addressed with a code update to stop using Bio.Alphabet.

Details on upgrade paths: https://biopython.org/wiki/Alphabet

@dominiquesydow dominiquesydow added the module-structure-superposition Concerns opencadd.structure.superposition module label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-structure-superposition Concerns opencadd.structure.superposition module
Projects
None yet
Development

No branches or pull requests

2 participants