-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- is_ter_codon was incorrectly returning ambiguous codons as stop cod…
…ons (ie. NNN was being returned true), any failure in the list of unambiguous codons should return false, the opposite was occuring - U was not being remapped to T, it's needed for UAG and such - Added tests for better coverage of corner cases
- Loading branch information
Matthew Laird
committed
Aug 10, 2016
1 parent
fa6fee4
commit 260ebb9
Showing
2 changed files
with
40 additions
and
11 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