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
197b1771
Commit
197b1771
authored
Jan 25, 2023
by
Lucas Bickmann
Browse files
Fix for obsolete-file, which references old pdb-ids which have been replaced several times
parent
106286c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
openfold/data/templates.py
openfold/data/templates.py
+1
-2
No files found.
openfold/data/templates.py
View file @
197b1771
...
...
@@ -159,8 +159,7 @@ def _parse_obsolete(obsolete_file_path: str) -> Mapping[str, str]:
from_id
=
line
[
20
:
24
].
lower
()
to_id
=
line
[
29
:
33
].
lower
()
result
[
from_id
]
=
to_id
_replace_obsolete_references
(
result
)
return
result
return
_replace_obsolete_references
(
result
)
def
generate_release_dates_cache
(
mmcif_dir
:
str
,
out_path
:
str
):
...
...
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