-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor optimizations for mismatches due to ambiguity.
In particular, there is no need to store a rolling queue of ambiguous positions; we only need the most recent position to determine if there are any ambiguous bases in the current window of the sequence. Also expanded the test scenarios for scanning ambiguous bases.
- Loading branch information
Showing
2 changed files
with
151 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters