You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DockQ.py method load_PDB, the file is input as a handle that is never closed (line 653). This creates resource allocation issues when processing a large pool of decoys using multithreading.