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
49e21841
Commit
49e21841
authored
Feb 12, 2022
by
Gustaf Ahdritz
Browse files
Remove undefined reference
parent
50f72d45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/np/residue_constants.py
openfold/np/residue_constants.py
+1
-1
No files found.
openfold/np/residue_constants.py
View file @
49e21841
...
@@ -1305,6 +1305,6 @@ _make_atom14_ambiguity_feats()
...
@@ -1305,6 +1305,6 @@ _make_atom14_ambiguity_feats()
def
aatype_to_str_sequence
(
aatype
):
def
aatype_to_str_sequence
(
aatype
):
return
''
.
join
([
return
''
.
join
([
residue_constants
.
restypes_with_x
[
aatype
[
i
]]
restypes_with_x
[
aatype
[
i
]]
for
i
in
range
(
len
(
aatype
))
for
i
in
range
(
len
(
aatype
))
])
])
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