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
4d9a4bc2
Commit
4d9a4bc2
authored
Jul 08, 2023
by
Geoffrey Yu
Browse files
update data_pipeline
parent
47bb797c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
openfold/data/data_pipeline.py
openfold/data/data_pipeline.py
+2
-0
No files found.
openfold/data/data_pipeline.py
View file @
4d9a4bc2
...
@@ -451,6 +451,7 @@ class AlignmentRunner:
...
@@ -451,6 +451,7 @@ class AlignmentRunner:
self
.
_uniprot_msa_runner
=
None
self
.
_uniprot_msa_runner
=
None
if
(
uniprot_database_path
is
not
None
):
if
(
uniprot_database_path
is
not
None
):
print
(
"will create self.jackhmmer_uniprot_runner"
)
self
.
jackhmmer_uniprot_runner
=
jackhmmer
.
Jackhmmer
(
self
.
jackhmmer_uniprot_runner
=
jackhmmer
.
Jackhmmer
(
binary_path
=
jackhmmer_binary_path
,
binary_path
=
jackhmmer_binary_path
,
database_path
=
uniprot_database_path
database_path
=
uniprot_database_path
...
@@ -943,6 +944,7 @@ class DataPipeline:
...
@@ -943,6 +944,7 @@ class DataPipeline:
chain_id
=
chain
.
id
chain_id
=
chain
.
id
mmcif_feats
=
make_mmcif_features
(
mmcif
,
chain_id
)
mmcif_feats
=
make_mmcif_features
(
mmcif
,
chain_id
)
print
(
f
"mmcif_feats keys:
{
mmcif_feats
.
keys
()
}
"
)
input_sequence
=
mmcif
.
chain_to_seqres
[
chain_id
]
input_sequence
=
mmcif
.
chain_to_seqres
[
chain_id
]
hits
=
self
.
_parse_template_hits
(
hits
=
self
.
_parse_template_hits
(
...
...
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