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
10b68388
Commit
10b68388
authored
Mar 01, 2024
by
rostro36
Browse files
Fix always is_custom_template.
parent
17f24bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-1
No files found.
run_pretrained_openfold.py
View file @
10b68388
...
@@ -186,7 +186,7 @@ def main(args):
...
@@ -186,7 +186,7 @@ def main(args):
)
)
is_multimer
=
"multimer"
in
args
.
config_preset
is_multimer
=
"multimer"
in
args
.
config_preset
is_custom_template
=
"use_custom_template"
in
args
is_custom_template
=
"use_custom_template"
in
args
and
args
.
use_custom_template
if
is_custom_template
:
if
is_custom_template
:
template_featurizer
=
templates
.
CustomHitFeaturizer
(
template_featurizer
=
templates
.
CustomHitFeaturizer
(
mmcif_dir
=
args
.
template_mmcif_dir
,
mmcif_dir
=
args
.
template_mmcif_dir
,
...
...
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