Added Bio::Seq::RichSeq as a seq object type that will cause Bio::PrimarySeqI->trunc...
commit83aaeb6bd654673eb8629b9e7b0f928e80f9f9ea
authorMatthew Laird <lairdm@gmail.com>
Thu, 19 Mar 2015 05:56:59 +0000 (18 22:56 -0700)
committerMatthew Laird <lairdm@gmail.com>
Thu, 19 Mar 2015 05:56:59 +0000 (18 22:56 -0700)
treebee35ab865e26cb1dad63b3376654f2f3bd97329
parent787951aee640f1fec929600c417d45867a741aa2
Added Bio::Seq::RichSeq as a seq object type that will cause Bio::PrimarySeqI->trunc() not to do a clone of the original object first. The clone was cloning features of the rich sequence object outside the requested range in trunc()
Bio/PrimarySeqI.pm