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: ...@@ -664,7 +664,7 @@ class LigandScorer:
@property @property
def rmsd(self): def rmsd(self):
"""Get a dictionary of RMSD score values, keyed by model ligand """Get a dictionary of RMSD score values, keyed by model ligand
qualified names. (chain name, tuple(residue number, insertion code)).
:rtype: :class:`dict` :rtype: :class:`dict`
""" """
...@@ -675,7 +675,7 @@ class LigandScorer: ...@@ -675,7 +675,7 @@ class LigandScorer:
@property @property
def rmsd_details(self): def rmsd_details(self):
"""Get a dictionary of RMSD score details (dictionaries), keyed by """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: Each sub-dictionary contains the following information:
...@@ -700,7 +700,7 @@ class LigandScorer: ...@@ -700,7 +700,7 @@ class LigandScorer:
@property @property
def lddt_pli(self): def lddt_pli(self):
"""Get a dictionary of lDDT-PLI score values, keyed by model ligand """Get a dictionary of lDDT-PLI score values, keyed by model ligand
qualified names. (chain name, tuple(residue number, insertion code)).
:rtype: :class:`dict` :rtype: :class:`dict`
""" """
...@@ -711,7 +711,7 @@ class LigandScorer: ...@@ -711,7 +711,7 @@ class LigandScorer:
@property @property
def lddt_pli_details(self): def lddt_pli_details(self):
"""Get a dictionary of lDDT-PLI score details (dictionaries), keyed by """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: Each sub-dictionary contains the following information:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment