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
50f86174
Commit
50f86174
authored
Mar 02, 2024
by
rostro36
Browse files
Support for multiple custom templates.
parent
e9bacd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/data/templates.py
openfold/data/templates.py
+1
-1
No files found.
openfold/data/templates.py
View file @
50f86174
...
@@ -992,7 +992,7 @@ def get_custom_template_features(
...
@@ -992,7 +992,7 @@ def get_custom_template_features(
curr_name
:
template_features
.
get
(
curr_name
,
[])
+
[
curr_item
]
curr_name
:
template_features
.
get
(
curr_name
,
[])
+
[
curr_item
]
for
curr_name
,
curr_item
in
curr_features
.
items
()
for
curr_name
,
curr_item
in
curr_features
.
items
()
}
}
warnings
=
warnings
.
append
(
curr_warnings
)
warnings
.
append
(
curr_warnings
)
template_features
=
{
template_features
=
{
template_feature_name
:
np
.
stack
(
template_feature_name
:
np
.
stack
(
...
...
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