Skip to content

Commit

Permalink
Remove cleared TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Nov 18, 2024
1 parent 9e51504 commit f4f3cbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ pub fn run_lengths_gapped(
i += 1;
}

// TODO If the match starts or ends with a gap, the gap should be removed.

let rle: RLE =
if aln[std::cmp::min(i, aln.len() - 1)] == '-' {
// Don't count gaps at the end of a a match
Expand Down

0 comments on commit f4f3cbe

Please sign in to comment.