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

ligand scoring: remove copy/paste leftover

parent 3a633773
No related branches found
No related tags found
No related merge requests found
......@@ -274,10 +274,6 @@ class SCRMSDScorer(ligand_scoring_base.LigandScorer):
if len(ref_bs.residues) == 0:
raise RuntimeError("Failed to add proximity residues to "
"the reference binding site entity")
else:
# Flag missing binding site
self._unassigned_target_ligands_reason[target_ligand] = ("binding_site",
"No residue in proximity of the target ligand")
self._binding_sites[target_ligand.handle.hash_code] = ref_bs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment