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
e7b239c9
Commit
e7b239c9
authored
Nov 10, 2021
by
Gustaf
Browse files
Add missing variable
parent
2c7ce956
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/precompute_alignments.py
scripts/precompute_alignments.py
+1
-0
No files found.
scripts/precompute_alignments.py
View file @
e7b239c9
...
@@ -66,6 +66,7 @@ def main(args):
...
@@ -66,6 +66,7 @@ def main(args):
with
open
(
path
,
'r'
)
as
fp
:
with
open
(
path
,
'r'
)
as
fp
:
core_str
=
fp
.
read
()
core_str
=
fp
.
read
()
core_prot
=
protein
.
from_proteinnet_string
(
core_str
)
core_prot
=
protein
.
from_proteinnet_string
(
core_str
)
aatype
=
core_prot
.
aatype
seq
=
''
.
join
([
seq
=
''
.
join
([
residue_constants
.
restypes_with_x
[
aatype
[
i
]]
residue_constants
.
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