[BioRuby-cvs] bioruby/lib/bio/util sirna.rb,1.6,1.7

Katayama Toshiaki k at pub.open-bio.org
Tue Dec 27 12:27:40 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio/util
In directory pub.open-bio.org:/tmp/cvs-serv830/lib/bio/util

Modified Files:
	sirna.rb 
Log Message:
* unit tests are fixed to run without errors with Ruby 1.8.4 (due to the
  change of rand algorithm in 1.8.3) as reported by N. Goto.


Index: sirna.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/sirna.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sirna.rb	14 Nov 2005 15:44:30 -0000	1.6
--- sirna.rb	27 Dec 2005 17:27:38 -0000	1.7
***************
*** 202,209 ****
      class ShRNA
  
!       # aBio::Sequence::NA
        attr_accessor :top_strand
  
!       # aBio::Sequence::NA
        attr_accessor :bottom_strand
  
--- 202,209 ----
      class ShRNA
  
!       # Bio::Sequence::NA
        attr_accessor :top_strand
  
!       # Bio::Sequence::NA
        attr_accessor :bottom_strand
  



More information about the bioruby-cvs mailing list