Open aozalevsky opened 1 month ago
This would first need to be added to the dictionary at https://github.com/ihmwg/ModelCIF, then of course we can add support here.
Re-created in https://github.com/ihmwg/ModelCIF/issues/20, but let's keep this one open too because this one will definitely require library support.
models.qa_metric.LocalPairwise
is defined on the per-residue level, but as @arogozhnikov explained in https://github.com/chaidiscovery/chai-lab/issues/52, they estimate per-atom PAEs for ligands and non-canonical amino acids/nucleotides (atom vs residue (for canonical polymers) and atom vs atom for ligands and non-canonical residues). It would be nice if we could extend theqa_metric.LocalPairwise
definition.