[BioRuby-cvs] bioruby/test/unit/bio/sequence test_na.rb,1.3,1.4
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/sequence
In directory dev.open-bio.org:/tmp/cvs-serv19921/test/unit/bio/sequence
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/sequence/test_na.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_na.rb 31 Dec 2006 21:54:49 -0000 1.3
--- test_na.rb 5 Apr 2007 23:10:10 -0000 1.4
***************
*** 142,146 ****
@obj[4,1] = 'y'
@obj[5,1] = 'w'
! assert_equal(/a[atgc][ag][gc][tc][at]gcatgcatgcaaaa/, @obj.to_re)
end
--- 142,146 ----
@obj[4,1] = 'y'
@obj[5,1] = 'w'
! assert_equal(/a[atgcyrwskmbdhvn][agr][gcw][tcy][atw]gcatgcatgcaaaa/, @obj.to_re)
end
More information about the bioruby-cvs
mailing list