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
253ab131
Commit
253ab131
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Fix consistency reporting in ost-compare-structures.
parent
5eeb6063
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
actions/ost-compare-structures
+1
-1
1 addition, 1 deletion
actions/ost-compare-structures
with
1 addition
and
1 deletion
actions/ost-compare-structures
+
1
−
1
View file @
253ab131
...
...
@@ -522,7 +522,7 @@ def _CheckConsistency(alignments, log_error):
for alignment in alignments:
ref_chain = Renumber(alignment.GetSequence(0)).CreateFullView()
mdl_chain = Renumber(alignment.GetSequence(1)).CreateFullView()
new_is_cons = ResidueNamesMatch(
ref
_chain,
mdl
_chain, log_error)
new_is_cons = ResidueNamesMatch(
mdl
_chain,
ref
_chain, log_error)
is_cons = is_cons and new_is_cons
return is_cons
...
...
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