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
ceb1f087
Commit
ceb1f087
authored
Nov 12, 2021
by
Gustaf Ahdritz
Browse files
Add missing bracket
parent
b4e74232
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-0
No files found.
run_pretrained_openfold.py
View file @
ceb1f087
...
...
@@ -161,6 +161,7 @@ if __name__ == "__main__":
"--use_precomputed_alignments"
,
type
=
str
,
default
=
None
,
help
=
"""Path to alignment directory. If provided, alignment computation
is skipped and database path arguments are ignored."""
)
parser
.
add_argument
(
"--output_dir"
,
type
=
str
,
default
=
os
.
getcwd
(),
help
=
"""Name of the directory in which to output the prediction"""
,
...
...
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