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

bugfix

parent a04a397b
No related branches found
No related tags found
No related merge requests found
......@@ -1249,8 +1249,8 @@ class Scorer:
t = self._qs_ent_from_patches(trg_patch_one, trg_patch_two)
dockq_result = dockq.DockQ(t, m, "A", "B", "A", "B")
if dockq_result["nnat"] > 0:
return 0.0
return dockq_result["DockQ"]
return dockq_result["DockQ"]
return 0.0
def _qs_ent_from_patches(self, patch_one, patch_two):
""" Constructs Entity with two chains named "A" and "B""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment