There was an error while loading. Please reload this page.
1 parent b226f63 commit 42f362dCopy full SHA for 42f362d
1 file changed
openfold3/core/data/primitives/structure/component.py
@@ -422,7 +422,7 @@ def mol_from_pdbeccdutils_component(
422
mol.RemoveConformer(1)
423
else:
424
# Get PDB ID of the structure that model coordinates are taken from
425
- model_pdb_id = cif_block.find_value("pdbx_model_coordinates_db_code")
+ model_pdb_id = cif_block.find_value("_chem_comp.pdbx_model_coordinates_db_code")
426
if model_pdb_id is None:
427
model_pdb_id = "?"
428
mol.SetProp("model_pdb_id", model_pdb_id)
0 commit comments