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
We are running DynamicBind docking inference command across a large set of protein structures and compounds and noticed that several docking outputs do not generate all rank pdb files as expected.
When running docking without relaxation, all rank files are generated as expected. When running with relaxation, we get less than 20 rank pdb structures (see below command). We noticed that missing structures correspond to the following logs:
rm: cannot remove 'results/test_q0_30_with_relax/index0_idx_0/rank11_reverseprocess_data_list.pkl': No such file or directory
In the above, rank11 .pdb and .sdf files are missing
Dear DynamicBind maintainers,
We are running DynamicBind docking inference command across a large set of protein structures and compounds and noticed that several docking outputs do not generate all rank pdb files as expected.
When running docking without relaxation, all rank files are generated as expected. When running with relaxation, we get less than 20 rank pdb structures (see below command). We noticed that missing structures correspond to the following logs:
In the above, rank11 .pdb and .sdf files are missing
Command with relaxation:
Command without relaxation:
We are running this on g4dn.2xlarge AWS instance with a NVIDIA T4 GPUs. CUDA drivers work as exepected as model gets transferred to GPU.
This seems to be a bug related to the relaxation module.
Any help here would be really appreciated!
The text was updated successfully, but these errors were encountered: