nrbennet/dl_binder_design

SCOPData Deprecated in Latest Biopython

Opened this issue · 0 comments

When installing the AlphaFold environment via the af2_binder_design.yml file, the error below was thrown through the import test. This was caused by the environment using Biopython version 1.84, where SCOPData is deprecated. This was resolved by switching to Biopython version 1.81, this should be pinned in the env file.

ImportError: cannot import name 'SCOPData' from 'Bio.Data'