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
c83c42e8
Commit
c83c42e8
authored
Mar 14, 2022
by
Gustaf Ahdritz
Browse files
Fix bug in mmCIF cache script
parent
c113e110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/generate_mmcif_cache.py
scripts/generate_mmcif_cache.py
+1
-1
No files found.
scripts/generate_mmcif_cache.py
View file @
c83c42e8
...
...
@@ -27,7 +27,7 @@ def parse_file(f, args):
local_data
=
{}
local_data
[
"release_date"
]
=
mmcif
.
header
[
"release_date"
]
chain_ids
,
seqs
=
mmcif
.
chain_to_seqres
.
items
()
chain_ids
,
seqs
=
list
(
zip
(
*
mmcif
.
chain_to_seqres
.
items
()
))
local_data
[
"chain_ids"
]
=
chain_ids
local_data
[
"seqs"
]
=
seqs
local_data
[
"no_chains"
]
=
len
(
chain_ids
)
...
...
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