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

lDDT: bugfix

parent b99216b6
No related branches found
No related tags found
No related merge requests found
......@@ -487,6 +487,7 @@ class lDDTScorer:
for ch in model.chains:
model_ch_name = ch.GetName()
if model_ch_name not in chain_mapping:
current_model_res_idx += len(ch.residues)
continue # additional model chain which is not mapped
target_ch_name = chain_mapping[model_ch_name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment