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
I've tried to reproduce the results of UniMol Docking v2 on the PoseBusters dataset using the provided script, posebuster_demo.ipynb. The final RMSD values I obtained are similar to those reported in the literature.
However, when I used bust to check the molecular quality, I found that the results differed significantly from those reported, with only 53.5% agreement. I'm wondering if I've made a mistake somewhere. There are 87 moleculars can't be read by RDKit with sanitize=True. Could you please provide the specific metrics you used for quality control or provide the code to check the molecular quality?
Hi !
I've tried to reproduce the results of UniMol Docking v2 on the PoseBusters dataset using the provided script, posebuster_demo.ipynb. The final RMSD values I obtained are similar to those reported in the literature.
`428it [00:03, 108.55it/s]
results length: 428
RMSD < 0.5 : 0.06542056074766354
RMSD < 1.0 : 0.2897196261682243
RMSD < 1.5 : 0.5934579439252337
RMSD < 2.0 : 0.7313084112149533
RMSD < 3.0 : 0.8294392523364486
RMSD < 5.0 : 0.9135514018691588
avg RMSD : 2.045954420285687
results length: 428
RMSD < 0.5 : 0.09345794392523364
RMSD < 1.0 : 0.40186915887850466
RMSD < 1.5 : 0.6495327102803738
RMSD < 2.0 : 0.7570093457943925
RMSD < 3.0 : 0.8434579439252337
RMSD < 5.0 : 0.9228971962616822
avg RMSD : 1.9020785139194096`
However, when I used bust to check the molecular quality, I found that the results differed significantly from those reported, with only 53.5% agreement. I'm wondering if I've made a mistake somewhere. There are 87 moleculars can't be read by RDKit with sanitize=True. Could you please provide the specific metrics you used for quality control or provide the code to check the molecular quality?
The metrics I used are as follows:
`
Thank you !
The text was updated successfully, but these errors were encountered: