Skip to content

Commit 5f35232

Browse files
committed
Update docstring for chainIDs
1 parent 7804223 commit 5f35232

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pdb2sql/interface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def get_contact_atoms(
5656
allchains (bool): calculate contacts for all chains or not.
5757
Defaults to False.
5858
chain1 (str): first chain ID. Defaults to 'A'.
59+
Used when 'allchains' is False.
5960
chain2 (str): second chain ID. Defaults to 'B'.
61+
Used when 'allchains' is False.
6062
extend_to_residue (bool): get all atoms of the residues containing
6163
at least one contact atom. Defaults to False.
6264
only_backbone_atoms (bool): only use backbone atoms to

0 commit comments

Comments
 (0)