Skip to content
Snippets Groups Projects
Commit 69d26295 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

lDDT: bugfix

parent ddebeb9a
No related branches found
No related tags found
No related merge requests found
...@@ -492,6 +492,8 @@ def _BlockGreedy(the_greed, seed_size, n_mdl_chains): ...@@ -492,6 +492,8 @@ def _BlockGreedy(the_greed, seed_size, n_mdl_chains):
starting_blocks = dict() starting_blocks = dict()
for ref_chains, mdl_chains in zip(the_greed.ref_chem_groups, for ref_chains, mdl_chains in zip(the_greed.ref_chem_groups,
the_greed.mdl_chem_groups): the_greed.mdl_chem_groups):
if len(mdl_chains) == 0:
continue # nothing to map
for ref_ch in ref_chains: for ref_ch in ref_chains:
best_lddt = 0.0 best_lddt = 0.0
best_mapping = None best_mapping = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment