Let PrimarySeqI handle revcom() and trunc()
commit66583c8ac155db315f05b11d9b7e5f26c849d026
authorFlorent Angly <florent.angly@gmail.com>
Tue, 6 Nov 2012 07:21:05 +0000 (6 17:21 +1000)
committerFlorent Angly <florent.angly@gmail.com>
Tue, 6 Nov 2012 07:21:05 +0000 (6 17:21 +1000)
treed5dec35da4421c85b860c9dc884da644d10285eb
parent32aaa547edb47621b0d8deb3863c8d2c9c6913c2
Let PrimarySeqI handle revcom() and trunc()

Bio::PrimarySeq::Fasta is a Bio::PrimarySeqI-implementing class. Since Bio::PrimarySeqI already implements revcom() and trunc(), it's best if Bio::PrimarySeq::Fasta does not override these methods.
Bio/DB/Fasta.pm