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
e69b2a11
Commit
e69b2a11
authored
Oct 29, 2021
by
Gustaf Ahdritz
Browse files
Remove debugging print statement
parent
9df2af52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
openfold/data/data_pipeline.py
openfold/data/data_pipeline.py
+0
-1
No files found.
openfold/data/data_pipeline.py
View file @
e69b2a11
...
@@ -404,7 +404,6 @@ class DataPipeline:
...
@@ -404,7 +404,6 @@ class DataPipeline:
input_sequence
=
mmcif
.
chain_to_seqres
[
chain_id
]
input_sequence
=
mmcif
.
chain_to_seqres
[
chain_id
]
hits
=
self
.
_parse_template_hits
(
alignment_dir
)
hits
=
self
.
_parse_template_hits
(
alignment_dir
)
hits_cat
=
sum
(
hits
.
values
(),
[])
hits_cat
=
sum
(
hits
.
values
(),
[])
print
(
len
(
hits_cat
))
if
(
len
(
hits_cat
)
==
0
):
if
(
len
(
hits_cat
)
==
0
):
template_features
=
empty_template_feats
(
len
(
input_sequence
))
template_features
=
empty_template_feats
(
len
(
input_sequence
))
else
:
else
:
...
...
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