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
9cab17c4
Commit
9cab17c4
authored
Jul 11, 2023
by
Geoffrey Yu
Browse files
reverse back to
cbcd81fb
parent
42a89403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
openfold/data/data_pipeline.py
openfold/data/data_pipeline.py
+0
-2
No files found.
openfold/data/data_pipeline.py
View file @
9cab17c4
...
@@ -451,7 +451,6 @@ class AlignmentRunner:
...
@@ -451,7 +451,6 @@ 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
...
@@ -944,7 +943,6 @@ class DataPipeline:
...
@@ -944,7 +943,6 @@ 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