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
During reproducing, I found out the json files related to posebuster dataset are actually the same as pdbbind, is that right?
Besides, I was also wondering how to using the score function as you mentioned in the paper to choose the good generated ligands? Please tell me if I missed something.
Thank you for your work and patiences!
The text was updated successfully, but these errors were encountered:
Hi ivandon, the posebuster dataset config has now been fixed. As for the score function, for the RTMScore part, you may refer to RTMScore repo and use the predicted ligand and protein to as the input to get the corresponding score. For the PoseBuster score, you may install posebuster tool from https://github.com/maabuu/posebusters/tree/main , and use the command bust ligand_pred.sdf -l mol_true.sdf -p protein.pdb --outfmt csv to get the number of checks that the compelx passes(note that the last check RMSD<2A needs to be excluded from the counting). Now you can combine the two scores together(with a weight of 0.9 and 0.1 acordingly) to get the final score. And please note that for multi-time sampling, you need to remove line 164 in evaluate.py:
Hi PaddleHelix,
During reproducing, I found out the json files related to posebuster dataset are actually the same as pdbbind, is that right?
Besides, I was also wondering how to using the score function as you mentioned in the paper to choose the good generated ligands? Please tell me if I missed something.
Thank you for your work and patiences!
The text was updated successfully, but these errors were encountered: