Skip to content

Commit

Permalink
Do not clear MaximumAcceptableProbability pool in referenceless
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jan 11, 2025
1 parent e63d9e4 commit cdf16f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micall/utils/referenceless_contig_stitcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def calculate_all_paths(contigs: Sequence[ContigWithAligner]) -> Iterator[Contig
yield from paths
logger.debug("Cycle %s started with %s paths.", cycle, len(paths))

max_acceptable_prob.paths.clear()
calc_multiple_extensions(finder, max_acceptable_prob, paths, contigs)
extensions = tuple(max_acceptable_prob.paths)
paths = tuple(filter_extensions(existing, extensions))
Expand Down

0 comments on commit cdf16f2

Please sign in to comment.