- is_ter_codon was incorrectly returning ambiguous codons as stop codons (ie. NNN...
commit44c30785a4971d5734f020364e1d6c3db5c92b93
authorMatthew Laird <lairdm@ebi.ac.uk>
Wed, 10 Aug 2016 09:53:05 +0000 (10 10:53 +0100)
committerDmitry Karasik <dmka@novozymes.com>
Mon, 29 Aug 2016 08:55:12 +0000 (29 10:55 +0200)
treebb085f07bc23b9957ccfd45ce14d61a310a13c3f
parenta612524944b3984ceb12c33c9af8b54c20be54f9
- is_ter_codon was incorrectly returning ambiguous codons as stop codons (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
Bio/Tools/CodonTable.pm
t/SeqTools/CodonTable.t