Skip to content

Commit

Permalink
liting for eval_cluster 3
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian authored and saramonzon committed Feb 27, 2024
1 parent c917d04 commit 9efcc58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taranis/eval_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def evaluate_clusters(
"alleles_not_found"
]
if len(result_eval["alleles_not_in_cluster"]) > 0:
evaluation_alleles[cluster_id][
"alleles_not_in_cluster"
] = result_eval["alleles_not_in_cluster"]
evaluation_alleles[cluster_id]["alleles_not_in_cluster"] = (
result_eval["alleles_not_in_cluster"]
)
else:
evaluation_alleles[cluster_id]["result"] = "OK"
return self.summary(evaluation_alleles)

0 comments on commit 9efcc58

Please sign in to comment.