Skip to content
Snippets Groups Projects
Verified Commit d6ac7c97 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: SCHWED-5873 new dictionary layout

parent 14ca1884
No related branches found
No related tags found
No related merge requests found
......@@ -664,7 +664,7 @@ class LigandScorer:
@property
def rmsd(self):
"""Get a dictionary of RMSD score values, keyed by model ligand
qualified names.
(chain name, tuple(residue number, insertion code)).
:rtype: :class:`dict`
"""
......@@ -675,7 +675,7 @@ class LigandScorer:
@property
def rmsd_details(self):
"""Get a dictionary of RMSD score details (dictionaries), keyed by
model ligand qualified names.
model ligand (chain name, tuple(residue number, insertion code)).
Each sub-dictionary contains the following information:
......@@ -700,7 +700,7 @@ class LigandScorer:
@property
def lddt_pli(self):
"""Get a dictionary of lDDT-PLI score values, keyed by model ligand
qualified names.
(chain name, tuple(residue number, insertion code)).
:rtype: :class:`dict`
"""
......@@ -711,7 +711,7 @@ class LigandScorer:
@property
def lddt_pli_details(self):
"""Get a dictionary of lDDT-PLI score details (dictionaries), keyed by
model ligand qualified names.
model ligand (chain name, tuple(residue number, insertion code)).
Each sub-dictionary contains the following information:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment