Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
d6ac7c97
Verified
Commit
d6ac7c97
authored
2 years ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: SCHWED-5873 new dictionary layout
parent
14ca1884
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/alg/pymod/ligand_scoring.py
+4
-4
4 additions, 4 deletions
modules/mol/alg/pymod/ligand_scoring.py
with
4 additions
and
4 deletions
modules/mol/alg/pymod/ligand_scoring.py
+
4
−
4
View file @
d6ac7c97
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment