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
8ce60a37
Verified
Commit
8ce60a37
authored
2 years ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: SCHWED-5783 values for unmapped ligands
parent
896a60cc
No related branches found
No related tags found
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
+6
-0
6 additions, 0 deletions
modules/mol/alg/pymod/ligand_scoring.py
with
6 additions
and
0 deletions
modules/mol/alg/pymod/ligand_scoring.py
+
6
−
0
View file @
8ce60a37
...
@@ -588,6 +588,9 @@ class LigandScorer:
...
@@ -588,6 +588,9 @@ class LigandScorer:
Target ligands are in rows, model ligands in columns.
Target ligands are in rows, model ligands in columns.
Infinite values indicate that no RMSD could be computed (i.e. different
ligands).
:rtype: :class:`~numpy.ndarray`
:rtype: :class:`~numpy.ndarray`
"""
"""
if
self
.
_rmsd_full_matrix
is
None
:
if
self
.
_rmsd_full_matrix
is
None
:
...
@@ -608,6 +611,9 @@ class LigandScorer:
...
@@ -608,6 +611,9 @@ class LigandScorer:
Target ligands are in rows, model ligands in columns.
Target ligands are in rows, model ligands in columns.
A value of 0 indicate that no lDDT-PLI could be computed (i.e. different
ligands).
:rtype: :class:`~numpy.ndarray`
:rtype: :class:`~numpy.ndarray`
"""
"""
if
self
.
_lddt_pli_full_matrix
is
None
:
if
self
.
_lddt_pli_full_matrix
is
None
:
...
...
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