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
9a679b31
Commit
9a679b31
authored
Sep 19, 2023
by
Geoffrey Yu
Browse files
fixed problem with multimer inference
parent
be127915
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
run_pretrained_openfold.py
run_pretrained_openfold.py
+5
-1
No files found.
run_pretrained_openfold.py
View file @
9a679b31
...
...
@@ -71,7 +71,10 @@ def precompute_alignments(tags, seqs, alignment_dir, args, is_multimer):
fp
.
write
(
f
">
{
tag
}
\n
{
seq
}
"
)
if
is_multimer
:
local_alignment_dir
=
alignment_dir
local_alignment_dir
=
os
.
path
.
join
(
alignment_dir
,
os
.
path
.
join
(
alignment_dir
,
tag
),
)
else
:
local_alignment_dir
=
os
.
path
.
join
(
alignment_dir
,
...
...
@@ -90,6 +93,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args, is_multimer):
bfd_database_path
=
args
.
bfd_database_path
,
uniref30_database_path
=
args
.
uniref30_database_path
,
uniclust30_database_path
=
args
.
uniclust30_database_path
,
uniprot_database_path
=
args
.
uniprot_database_path
,
no_cpus
=
args
.
cpus
,
)
alignment_runner
.
run
(
...
...
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