Skip to content

Commit

Permalink
BUG: fix bug in recording resolved unitigs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Sep 3, 2024
1 parent 9b90877 commit 56c70a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reneo/workflow/scripts/reneo.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def worker_resolve_components(component_queue, results_queue, **kwargs):
f"Case 2 component: {unitig1_name} is {unitig1_len} bp long and {unitig2_name} is {unitig2_len} bp long."
)
cycle_number = 1
kwargs["resolved_edges"].add(unitig_to_consider)
kwargs["resolved_edges"].add(repeat_unitig)
results["resolved_edges"].add(unitig_to_consider)
results["resolved_edges"].add(repeat_unitig)

# Get repeat count
repeat_count = max(
Expand Down

0 comments on commit 56c70a7

Please sign in to comment.