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
"lib/runtime/vscode:/vscode.git/clone" did not exist on "3d2928510c77fc6cb29c497c91a493e3d06c0cc1"
Commit
058fc74f
authored
Oct 03, 2023
by
Geoffrey Yu
Browse files
fixed alignments when permutation is turned off
parent
a9d65037
Changes
1
Show 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):
...
@@ -2196,9 +2196,7 @@ class AlphaFoldMultimerLoss(AlphaFoldLoss):
else
:
else
:
per_asym_residue_index
=
AlphaFoldMultimerLoss
.
get_per_asym_residue_index
(
feature
)
per_asym_residue_index
=
AlphaFoldMultimerLoss
.
get_per_asym_residue_index
(
feature
)
labels
=
AlphaFoldMultimerLoss
.
split_ground_truth_labels
(
ground_truth
,
best_align
=
list
(
enumerate
(
range
(
len
(
per_asym_residue_index
))))
REQUIRED_FEATURES
=
[
"all_atom_mask"
,
"all_atom_positions"
])
best_align
=
list
(
enumerate
(
range
(
len
(
labels
))))
return
best_align
,
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