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
fe5e581a
Commit
fe5e581a
authored
Dec 30, 2021
by
Gustaf Ahdritz
Browse files
Add default parameters to template featurizer
parent
079baeb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openfold/data/templates.py
openfold/data/templates.py
+2
-2
No files found.
openfold/data/templates.py
View file @
fe5e581a
...
@@ -920,8 +920,8 @@ class TemplateHitFeaturizer:
...
@@ -920,8 +920,8 @@ class TemplateHitFeaturizer:
max_template_date
:
str
,
max_template_date
:
str
,
max_hits
:
int
,
max_hits
:
int
,
kalign_binary_path
:
str
,
kalign_binary_path
:
str
,
release_dates_path
:
Optional
[
str
],
release_dates_path
:
Optional
[
str
]
=
None
,
obsolete_pdbs_path
:
Optional
[
str
],
obsolete_pdbs_path
:
Optional
[
str
]
=
None
,
strict_error_check
:
bool
=
False
,
strict_error_check
:
bool
=
False
,
_shuffle_top_k_prefiltered
:
Optional
[
int
]
=
None
,
_shuffle_top_k_prefiltered
:
Optional
[
int
]
=
None
,
):
):
...
...
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