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
2f212812
Commit
2f212812
authored
1 year ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
lddt: docu update
parent
afe3dd0d
Branches
Branches containing commit
Tags
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/lddt.py
+5
-3
5 additions, 3 deletions
modules/mol/alg/pymod/lddt.py
with
5 additions
and
3 deletions
modules/mol/alg/pymod/lddt.py
+
5
−
3
View file @
2f212812
...
...
@@ -489,9 +489,11 @@ class lDDTScorer:
between mapped model and target residues.
:type check_resnames: :class:`bool`
:returns: global and per-residue lDDT scores as a tuple -
first element is global lDDT score and second element
a list of per-residue scores with length len(*model*.residues)
None is assigned to residues that are not covered by target
first element is global lDDT score (None if *target* has no
contacts) and second element a list of per-residue scores with
length len(*model*.residues). None is assigned to residues that
are not covered by target. If a residue is covered but has no
contacts in *target*, 0.0 is assigned.
"""
if
chain_mapping
is
None
:
if
len
(
self
.
chain_names
)
>
1
or
len
(
model
.
chains
)
>
1
:
...
...
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