JeffSHF / ColabDock

Code for ColabDock paper
Other
114 stars 12 forks source link

BiopythonDeprecationWarning #21

Open sflores14 opened 7 months ago

sflores14 commented 7 months ago

After running the first code cell block we get this warning:

/usr/local/lib/python3.10/dist-packages/Bio/pairwise2.py:278: BiopythonDeprecationWarning: Bio.pairwise2 has been deprecated, and we intend to remove it in a future release of Biopython. As an alternative, please consider using Bio.Align.PairwiseAligner as a replacement, and contact the Biopython developers if you still need the Bio.pairwise2 module. warnings.warn(

JeffSHF commented 7 months ago

Hi, there. This warning has no influence. We can still use pairwise2 module currently.