[BioRuby-cvs] bioruby/test/unit/bio/data test_na.rb,1.7,1.8

Trevor Wennblom trevor at dev.open-bio.org
Thu Apr 5 23:10:12 UTC 2007


Update of /home/repository/bioruby/bioruby/test/unit/bio/data
In directory dev.open-bio.org:/tmp/cvs-serv19921/test/unit/bio/data

Modified Files:
	test_na.rb 
Log Message:
Integrate Toshiaki's improvements of to_re in Bio::Sequence::NA

Index: test_na.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/data/test_na.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** test_na.rb	31 Dec 2006 21:54:49 -0000	1.7
--- test_na.rb	5 Apr 2007 23:10:09 -0000	1.8
***************
*** 41,45 ****
  
      def test_to_re
!       re = /[tc][ag][at][gc][tg][ac][tgc][atg][agc][atgc]atgc/
        str = 'yrwskmbdvnatgc'
        str0 = str.clone
--- 41,45 ----
  
      def test_to_re
!       re = /[tcy][agr][atw][gcw][tgk][acm][tgcyskb][atgrwkd][agcmrsv][atgcyrwskmbdhvn]atgc/
        str = 'yrwskmbdvnatgc'
        str0 = str.clone




More information about the bioruby-cvs mailing list