[BioRuby-cvs] bioruby/lib/bio/sequence generic.rb,1.1,1.2

Katayama Toshiaki k at pub.open-bio.org
Mon Feb 6 14:22:06 UTC 2006


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

Modified Files:
	generic.rb 
Log Message:
* Bio::String caused various errors, so the class is changed to
  Bio::Sequence::Generic


Index: generic.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/sequence/generic.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** generic.rb	4 Feb 2006 19:12:56 -0000	1.1
--- generic.rb	6 Feb 2006 14:22:04 -0000	1.2
***************
*** 1,4 ****
  #
! # = bio/string.rb - biological string class to store an intact sequence
  #
  # Copyright::   Copyright (C) 2006
--- 1,4 ----
  #
! # = bio/sequence/generic.rb - generic sequence class to store an intact string
  #
  # Copyright::   Copyright (C) 2006
***************
*** 12,22 ****
  
  module Bio
! 
! class String
  
    include Bio::Sequence::Common
  
! end
! 
! end
  
--- 12,22 ----
  
  module Bio
! class Sequence
! class Generic
  
    include Bio::Sequence::Common
  
! end # Generic
! end # Sequence
! end # Bio
  




More information about the bioruby-cvs mailing list