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
57720ec7
Unverified
Commit
57720ec7
authored
Nov 29, 2021
by
Gustaf Ahdritz
Committed by
GitHub
Nov 29, 2021
Browse files
Merge pull request #24 from yuzhiguo07/patch-1
Update precompute_alignments_mmseqs.py
parents
ca810168
1bfb1e1b
Changes
1
Show 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 @
57720ec7
...
...
@@ -54,7 +54,7 @@ def main(args):
chunk_fasta
=
[
el
for
tup
in
zip
(
names
[
s
:
e
],
seqs
[
s
:
e
])
for
el
in
tup
]
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
)):
# We've already computed this chunk
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