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
chenzk
AlphaFold2_jax
Commits
5ecff046
Commit
5ecff046
authored
Nov 20, 2023
by
zhuwenwen
Browse files
modify model_names def
parent
818f108a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run_alphafold.py
run_alphafold.py
+1
-1
No files found.
run_alphafold.py
View file @
5ecff046
...
@@ -60,7 +60,7 @@ flags.DEFINE_list(
...
@@ -60,7 +60,7 @@ flags.DEFINE_list(
'basename is used to name the output directories for each prediction.'
)
'basename is used to name the output directories for each prediction.'
)
flags
.
DEFINE_string
(
'data_dir'
,
None
,
'Path to directory of supporting data.'
)
flags
.
DEFINE_string
(
'data_dir'
,
None
,
'Path to directory of supporting data.'
)
flags
.
DEFINE_st
ring
(
'model_names'
,
None
,
'Names of models to use.'
)
flags
.
DEFINE_
li
st
(
'model_names'
,
None
,
'Names of models to use.'
)
flags
.
DEFINE_string
(
'output_dir'
,
None
,
'Path to a directory that will '
flags
.
DEFINE_string
(
'output_dir'
,
None
,
'Path to a directory that will '
'store the results.'
)
'store the results.'
)
flags
.
DEFINE_string
(
'jackhmmer_binary_path'
,
shutil
.
which
(
'jackhmmer'
),
flags
.
DEFINE_string
(
'jackhmmer_binary_path'
,
shutil
.
which
(
'jackhmmer'
),
...
...
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