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
da92663d
"...src/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "b495cd839e6f24f0acdf8be4609c4bf43c9571d6"
Unverified
Commit
da92663d
authored
Sep 10, 2023
by
Dingquan Yu
Committed by
GitHub
Sep 10, 2023
Browse files
Update train_openfold.py
parent
2d09f801
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
train_openfold.py
train_openfold.py
+1
-1
No files found.
train_openfold.py
View file @
da92663d
...
@@ -511,7 +511,7 @@ if __name__ == "__main__":
...
@@ -511,7 +511,7 @@ if __name__ == "__main__":
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--val_mmcif_data_cache_path"
,
type
=
str
,
default
=
None
,
"--val_mmcif_data_cache_path"
,
type
=
str
,
default
=
None
,
help
=
"path to the json file which records all the information of mmcif structures used during
training
"
help
=
"path to the json file which records all the information of mmcif structures used during
validation
"
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--kalign_binary_path"
,
type
=
str
,
default
=
'/usr/bin/kalign'
,
"--kalign_binary_path"
,
type
=
str
,
default
=
'/usr/bin/kalign'
,
...
...
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