rectify a conflict in behavior between PrimarySeq::translate and CodonTable::translat...
commit1ef6600ac4fef830844a86ea44afe8aa18d465ec
authorChris Fields <cjfields@bioperl.org>
Tue, 18 Jan 2011 17:52:40 +0000 (18 11:52 -0600)
committerChris Fields <cjfields@bioperl.org>
Tue, 18 Jan 2011 17:52:40 +0000 (18 11:52 -0600)
tree21b7daef1fc281f879f2a9244752c2aa4cec2994
parent53a0361e42fa6cad0afe2ecbbe404a84b5ecb657
rectify a conflict in behavior between PrimarySeq::translate and CodonTable::translate(); sequences to be translated are not automatically assumed to be codons, add a flag (-complete_codons) that allows partial codons to be translated, but off by default (thanks to Amir Karger for pointing this out)
Bio/PrimarySeqI.pm
Bio/Tools/CodonTable.pm
t/Seq/Seq.t