Bio::Tools::CodonTable: rmeove code duplication in is_ter_codon and _codon_is
commit17f4c3b18b35447e93d1ff8349311c5aaff2b199
authorDavid Miguel Susano Pinto <carandraug+dev@gmail.com>
Fri, 26 Apr 2024 14:18:57 +0000 (26 15:18 +0100)
committerDavid Miguel Susano Pinto <carandraug+dev@gmail.com>
Fri, 26 Apr 2024 15:03:06 +0000 (26 16:03 +0100)
tree3cc49bb94a378661130edafc5fb79526de297622
parent7a28711dd75c0a42b95bb0ec28da6336f43c1d70
Bio::Tools::CodonTable: rmeove code duplication in is_ter_codon and _codon_is

Back in 260ebb98, is_ter_codon changed and made its own slightly
different implementation of _codon_is to handle ambiguous codons,
Those changes have now been implemented in _codon_is so go back to use
it instead of its own divergent implementation.
lib/Bio/Tools/CodonTable.pm