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
be87500a
"detection/git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "3f2a16d75c996e19bff8e7c38185e542fd184f79"
Commit
be87500a
authored
May 25, 2022
by
Gustaf Ahdritz
Browse files
Fix undefined reference
parent
197029b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-2
No files found.
run_pretrained_openfold.py
View file @
be87500a
...
...
@@ -57,6 +57,7 @@ def precompute_alignments(tags, seqs, alignment_dir, args):
if
not
os
.
path
.
exists
(
local_alignment_dir
):
os
.
makedirs
(
local_alignment_dir
)
use_small_bfd
=
(
args
.
bfd_database_path
is
None
)
alignment_runner
=
data_pipeline
.
AlignmentRunner
(
jackhmmer_binary_path
=
args
.
jackhmmer_binary_path
,
hhblits_binary_path
=
args
.
hhblits_binary_path
,
...
...
@@ -210,8 +211,6 @@ def main(args):
obsolete_pdbs_path
=
args
.
obsolete_pdbs_path
)
use_small_bfd
=
(
args
.
bfd_database_path
is
None
)
data_processor
=
data_pipeline
.
DataPipeline
(
template_featurizer
=
template_featurizer
,
)
...
...
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