[BioRuby] New Bio::Sequence organization

Pjotr Prins pjotr2006 at thebird.nl
Fri Feb 17 09:38:30 UTC 2006


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