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
afd2d839
Commit
afd2d839
authored
Jan 25, 2022
by
Sachin Kadyan
Browse files
Fix for reopening of #4 (not same issue as before).
Added obsolete_pdbs_file_path flag in the training script.
parent
5037b3d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
train_openfold.py
train_openfold.py
+5
-0
No files found.
train_openfold.py
View file @
afd2d839
...
...
@@ -266,6 +266,11 @@ if __name__ == "__main__":
"--distillation_mapping_path"
,
type
=
str
,
default
=
None
,
help
=
"""See --train_mapping_path"""
)
parser
.
add_argument
(
"--obsolete_pdbs_file_path"
,
type
=
str
,
default
=
None
,
help
=
"""Path to obsolete.dat file containing list of obsolete PDBs and
their replacements."""
)
parser
.
add_argument
(
"--template_release_dates_cache_path"
,
type
=
str
,
default
=
None
,
help
=
"""Output of scripts/generate_mmcif_cache.py run on template mmCIF
...
...
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