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
0cf8b928
"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "a48d932e1a43043b6af2bfa404d80fd8b16514ce"
Commit
0cf8b928
authored
Feb 02, 2024
by
Jennifer
Browse files
remove nested definition of local_alignmnet_dir in run_pretrained_openfold.py
parent
26d555d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-4
No files found.
run_pretrained_openfold.py
View file @
0cf8b928
...
@@ -63,10 +63,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
...
@@ -63,10 +63,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
with
open
(
tmp_fasta_path
,
"w"
)
as
fp
:
with
open
(
tmp_fasta_path
,
"w"
)
as
fp
:
fp
.
write
(
f
">
{
tag
}
\n
{
seq
}
"
)
fp
.
write
(
f
">
{
tag
}
\n
{
seq
}
"
)
local_alignment_dir
=
os
.
path
.
join
(
local_alignment_dir
=
os
.
path
.
join
(
alignment_dir
,
tag
),
alignment_dir
,
os
.
path
.
join
(
alignment_dir
,
tag
),
)
if
args
.
use_precomputed_alignments
is
None
:
if
args
.
use_precomputed_alignments
is
None
:
logger
.
info
(
f
"Generating alignments for
{
tag
}
..."
)
logger
.
info
(
f
"Generating alignments for
{
tag
}
..."
)
...
...
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