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
35482d3b
Commit
35482d3b
authored
Jun 22, 2022
by
Gustaf Ahdritz
Browse files
Fix config default
parent
3654b7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/config.py
openfold/config.py
+1
-1
No files found.
openfold/config.py
View file @
35482d3b
...
@@ -264,7 +264,7 @@ config = mlc.ConfigDict(
...
@@ -264,7 +264,7 @@ config = mlc.ConfigDict(
"fixed_size"
:
True
,
"fixed_size"
:
True
,
"subsample_templates"
:
False
,
# We want top templates.
"subsample_templates"
:
False
,
# We want top templates.
"masked_msa_replace_fraction"
:
0.15
,
"masked_msa_replace_fraction"
:
0.15
,
"max_msa_clusters"
:
12
8
,
"max_msa_clusters"
:
5
12
,
"max_extra_msa"
:
1024
,
"max_extra_msa"
:
1024
,
"max_template_hits"
:
4
,
"max_template_hits"
:
4
,
"max_templates"
:
4
,
"max_templates"
:
4
,
...
...
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