[BioRuby] New Bio::Sequence organization

Pjotr Prins pjotr2006 at thebird.nl
Fri Feb 17 10:01:23 UTC 2006


Forget that... Brain dead this morning.

On Fri, Feb 17, 2006 at 10:38:30AM +0100, wrk wrote:
> Interesting bug - current CVS of BioRuby. First is OK, other one not:
> 
> bioruby> seq = Bio::Sequence::NA.new("atgcatgcaaaa")
> bioruby> puts seq.complement
> ttttgcatgcat
> bioruby> seq = Bio::Sequence::NA.new("at")
> bioruby> puts seq.complement
> at
> 



More information about the BioRuby mailing list