Skip to content

Commit a90cb17

Browse files
committed
chore: fix covalent linkages description
1 parent 85b3f1c commit a90cb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plinder/data/utils/annotations/ligand_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ class Ligand(DocBaseModel):
738738
default_factory=set[str],
739739
description="Ligand covalent linkages as described in https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Categories/struct_conn.html "
740740
+ "with _struct_conn.conn_type_id == 'covale', reported in format "
741-
+ "{auth_resid}:{resname}{assym_id}{seq_resid}{atom_name}__{auth_resid}:{resname}{assym_id}{seq_resid}{atom_name}",
741+
+ "{auth_resid}:{resname}:{assym_id}:{seq_resid}:{atom_name}__{auth_resid}:{resname}:{assym_id}:{seq_resid}:{atom_name}",
742742
)
743743
neighboring_residues: dict[str, list[int]] = Field(
744744
default_factory=dict,

0 commit comments

Comments
 (0)