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
fb666d00
Commit
fb666d00
authored
Aug 29, 2022
by
Sam DeLuca
Browse files
debugging
parent
426555e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openfold/data/templates.py
openfold/data/templates.py
+2
-1
No files found.
openfold/data/templates.py
View file @
fb666d00
...
@@ -926,9 +926,10 @@ def get_custom_template_features(
...
@@ -926,9 +926,10 @@ def get_custom_template_features(
mmcif_parse_result
=
mmcif_parsing
.
parse
(
mmcif_parse_result
=
mmcif_parsing
.
parse
(
file_id
=
pdb_id
,
mmcif_string
=
cif_string
file_id
=
pdb_id
,
mmcif_string
=
cif_string
)
)
print
(
mmcif_parse_result
.
errors
)
template_sequence
=
mmcif_parse_result
.
mmcif_object
.
chain_to_seqres
[
chain_id
]
template_sequence
=
mmcif_parse_result
.
mmcif_object
.
chain_to_seqres
[
chain_id
]
mapping
=
{
x
:
x
for
x
,
_
in
enumerate
(
query_sequence
)}
mapping
=
{
x
:
x
for
x
,
_
in
enumerate
(
query_sequence
)}
...
...
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