Skip to content

Commit

Permalink
Remove redundant comments in referenceless
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jan 10, 2025
1 parent 26ef042 commit 8aea4be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions micall/utils/referenceless_contig_stitcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ def try_combine_contigs(finder: OverlapFinder,
max_acceptable_prob: Fraction,
a: ContigWithAligner, b: ContigWithAligner,
) -> Optional[Tuple[ContigWithAligner, Fraction]]:
# TODO: Memoize this function.
# Two-layer caching seems most optimal:
# first by key=contig.id, then by key=contig.seq.

if len(b.seq) == 0:
return (a, Fraction(1))
Expand Down

0 comments on commit 8aea4be

Please sign in to comment.