Open binbinbinv opened 1 month ago
pLDDT not exported right now, hopefully we will be able to integrate that into CIFs, see #52 for context.
pLDDT not exported right now, hopefully we will be able to integrate that into CIFs, see #52 for context.
Hello, I have another question. Is there an evaluation metric that can assess the accuracy of complex generation involving multiple proteins and small molecules, particularly for representing the precision of small molecule docking?
I have tried to extract the scores from the scores.model_idx_0.npz in the outputs files, but I find there is no pLDDT option in the scores:
scores = np.load("scores.model_idx_0.npz") print(scores.files)
I get: ['aggregate_score', 'ptm', 'iptm', 'per_chain_ptm', 'per_chain_pair_iptm', 'has_inter_chain_clashes', 'chain_intra_clashes', 'chain_chain_inter_clashes']
I will really appreciate it if you can solve my issue. Thanks a lot!