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
499b9a84
Unverified
Commit
499b9a84
authored
Sep 23, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Sep 23, 2022
Browse files
Merge pull request #217 from mhrmsn/fix/prep_output
Fix missing subtract_plddt argument in prep_output call
parents
7384e2d6
b41a9c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
run_pretrained_openfold.py
run_pretrained_openfold.py
+2
-1
No files found.
run_pretrained_openfold.py
View file @
499b9a84
...
@@ -266,7 +266,8 @@ def main(args):
...
@@ -266,7 +266,8 @@ def main(args):
feature_dict
,
feature_dict
,
feature_processor
,
feature_processor
,
args
.
config_preset
,
args
.
config_preset
,
args
.
multimer_ri_gap
args
.
multimer_ri_gap
,
args
.
subtract_plddt
)
)
unrelaxed_output_path
=
os
.
path
.
join
(
unrelaxed_output_path
=
os
.
path
.
join
(
...
...
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