Skip to content

Commit

Permalink
DEV: update resolved counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Sep 3, 2024
1 parent 9b33d0a commit 9b90877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/reneo.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def worker_resolve_components(component_queue, results_queue, **kwargs):
)
my_genomic_paths.append(genome_path)
results["resolved_components"].add(my_count)
results["resolved_cyclic"].add(my_count)
results["resolved_linear"].add(my_count)
results["case2_resolved"].add(my_count)

# Case 3 components
Expand Down

0 comments on commit 9b90877

Please sign in to comment.