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
cdeb8d1b
Commit
cdeb8d1b
authored
Nov 21, 2023
by
Christina Floristean
Browse files
Fix for issue ##369: Bug in multimer deterministic train filter
parent
d8c2a979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openfold/data/data_modules.py
openfold/data/data_modules.py
+4
-4
No files found.
openfold/data/data_modules.py
View file @
cdeb8d1b
...
@@ -694,10 +694,10 @@ class OpenFoldMultimerDataset(OpenFoldDataset):
...
@@ -694,10 +694,10 @@ class OpenFoldMultimerDataset(OpenFoldDataset):
return
all
([
resolution_filter
(
resolution
=
resolution
,
return
all
([
resolution_filter
(
resolution
=
resolution
,
max_resolution
=
max_resolution
),
max_resolution
=
max_resolution
),
a
ll_seq_len
_filter
(
seqs
=
seqs
,
a
a_count
_filter
(
seqs
=
seqs
,
minimum_number_of_residues
=
minimum_number_of_residues
),
max_single_aa_prop
=
max_single_aa_prop
),
(
is_distillation
and
aa_count
_filter
(
seqs
=
seqs
,
(
not
is_distillation
or
all_seq_len
_filter
(
seqs
=
seqs
,
max_single_aa_prop
=
max_single_aa_prop
))])
minimum_number_of_residues
=
minimum_number_of_residues
))])
@
staticmethod
@
staticmethod
def
get_stochastic_train_filter_prob
(
def
get_stochastic_train_filter_prob
(
...
...
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