[BioRuby-cvs] bioruby/lib/bio sequence.rb,0.39,0.40
Katayama Toshiaki
k at pub.open-bio.org
Wed Aug 10 08:53:04 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv6388/lib/bio
Modified Files:
sequence.rb
Log Message:
* Bio::Sequence::NA#to_re for RNA sequence is fixed to act same as bioruby-0.6.2
(the change introduced in bioruby-0.6.3 is not tested enough).
Index: sequence.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/sequence.rb,v
retrieving revision 0.39
retrieving revision 0.40
diff -C2 -d -r0.39 -r0.40
*** sequence.rb 8 Aug 2005 00:44:55 -0000 0.39
--- sequence.rb 10 Aug 2005 12:53:02 -0000 0.40
***************
*** 249,253 ****
def to_re
if self.rna?
! NucleicAcid.to_re(self.dna)
else
NucleicAcid.to_re(self)
--- 249,253 ----
def to_re
if self.rna?
! NucleicAcid.to_re(self.dna, true)
else
NucleicAcid.to_re(self)
More information about the bioruby-cvs
mailing list