Skip to content

Commit 42f362d

Browse files
committed
Fix typo
1 parent b226f63 commit 42f362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfold3/core/data/primitives/structure/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def mol_from_pdbeccdutils_component(
422422
mol.RemoveConformer(1)
423423
else:
424424
# 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")
425+
model_pdb_id = cif_block.find_value("_chem_comp.pdbx_model_coordinates_db_code")
426426
if model_pdb_id is None:
427427
model_pdb_id = "?"
428428
mol.SetProp("model_pdb_id", model_pdb_id)

0 commit comments

Comments
 (0)