volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
89 stars 18 forks source link

Unpin biopython and update Bio.Alphabet usage #46

Open jaimergp opened 3 years ago

jaimergp commented 3 years ago

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