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
1bfb1e1b
Unverified
Commit
1bfb1e1b
authored
Nov 29, 2021
by
yuzhiguo07
Committed by
GitHub
Nov 29, 2021
Browse files
Update precompute_alignments_mmseqs.py
parent
78e79962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/precompute_alignments_mmseqs.py
scripts/precompute_alignments_mmseqs.py
+1
-1
No files found.
scripts/precompute_alignments_mmseqs.py
View file @
1bfb1e1b
...
@@ -54,7 +54,7 @@ def main(args):
...
@@ -54,7 +54,7 @@ def main(args):
chunk_fasta
=
[
el
for
tup
in
zip
(
names
[
s
:
e
],
seqs
[
s
:
e
])
for
el
in
tup
]
chunk_fasta
=
[
el
for
tup
in
zip
(
names
[
s
:
e
],
seqs
[
s
:
e
])
for
el
in
tup
]
s
=
e
s
=
e
prot_dir
=
os
.
path
.
join
(
args
.
output_dir
,
chunk_fasta
[
0
][
:
1
].
upper
())
prot_dir
=
os
.
path
.
join
(
args
.
output_dir
,
chunk_fasta
[
0
][
1
:
].
upper
())
if
(
os
.
path
.
exists
(
prot_dir
)):
if
(
os
.
path
.
exists
(
prot_dir
)):
# We've already computed this chunk
# We've already computed this chunk
continue
continue
...
...
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