Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
058fc74f
Commit
058fc74f
authored
Oct 03, 2023
by
Geoffrey Yu
Browse files
fixed alignments when permutation is turned off
parent
a9d65037
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
openfold/utils/loss.py
openfold/utils/loss.py
+1
-3
No files found.
openfold/utils/loss.py
View file @
058fc74f
...
...
@@ -2196,9 +2196,7 @@ class AlphaFoldMultimerLoss(AlphaFoldLoss):
else
:
per_asym_residue_index
=
AlphaFoldMultimerLoss
.
get_per_asym_residue_index
(
feature
)
labels
=
AlphaFoldMultimerLoss
.
split_ground_truth_labels
(
ground_truth
,
REQUIRED_FEATURES
=
[
"all_atom_mask"
,
"all_atom_positions"
])
best_align
=
list
(
enumerate
(
range
(
len
(
labels
))))
best_align
=
list
(
enumerate
(
range
(
len
(
per_asym_residue_index
))))
return
best_align
,
per_asym_residue_index
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment