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
4c30c576
Commit
4c30c576
authored
7 months ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
scoring: Log update
parent
79df8803
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/scoring.py
+2
-2
2 additions, 2 deletions
modules/mol/alg/pymod/scoring.py
with
2 additions
and
2 deletions
modules/mol/alg/pymod/scoring.py
+
2
−
2
View file @
4c30c576
...
...
@@ -2674,7 +2674,7 @@ class Scorer:
def
_compute_tmscore
(
self
):
res
=
None
if
self
.
usalign_exec
is
None
:
LogScript
(
"
Computing
patch
TM-score with
USalign exectuable
"
)
LogScript
(
"
Computing TM-score with
built-in USalign
"
)
if
self
.
oum
:
flat_mapping
=
self
.
rigid_mapping
.
GetFlatMapping
()
LogInfo
(
"
Overriding TM-score chain mapping
"
)
...
...
@@ -2683,7 +2683,7 @@ class Scorer:
else
:
res
=
bindings
.
WrappedMMAlign
(
self
.
model
,
self
.
target
)
else
:
LogScript
(
"
Computing
patch
TM-score with
built-in USalign
"
)
LogScript
(
"
Computing TM-score with
USalign exectuable
"
)
if
self
.
oum
:
LogInfo
(
"
Overriding TM-score chain mapping
"
)
flat_mapping
=
self
.
rigid_mapping
.
GetFlatMapping
()
...
...
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