[BioRuby-cvs] bioruby/lib/bio/db/genbank common.rb, 1.6, 1.7 genbank.rb, 0.35, 0.36 genpept.rb, 1.9, 1.10

Katayama Toshiaki k at pub.open-bio.org
Sun Oct 23 03:20:39 EDT 2005


Update of /home/repository/bioruby/bioruby/lib/bio/db/genbank
In directory pub.open-bio.org:/tmp/cvs-serv8757

Modified Files:
	common.rb genbank.rb genpept.rb 
Log Message:
* Bio::GenBank::Common is changed to Bio::NCBIDB::Common


Index: genpept.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/genbank/genpept.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** genpept.rb	26 Sep 2005 13:24:25 -0000	1.9
--- genpept.rb	23 Oct 2005 07:20:37 -0000	1.10
***************
*** 21,24 ****
--- 21,25 ----
  #
  
+ require 'bio/db/genbank/common'
  require 'bio/db/genbank/genbank'
  
***************
*** 26,31 ****
  class GenPept < NCBIDB
  
!   require 'bio/db/genbank/common'
!   include Bio::GenBank::Common
  
    # LOCUS
--- 27,31 ----
  class GenPept < NCBIDB
  
!   include Bio::NCBIDB::Common
  
    # LOCUS

Index: genbank.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/genbank/genbank.rb,v
retrieving revision 0.35
retrieving revision 0.36
diff -C2 -d -r0.35 -r0.36
*** genbank.rb	26 Sep 2005 13:24:25 -0000	0.35
--- genbank.rb	23 Oct 2005 07:20:37 -0000	0.36
***************
*** 25,30 ****
  
  module Bio
! class GenBank
!   include Bio::GenBank::Common
  
    # LOCUS
--- 25,31 ----
  
  module Bio
! class GenBank < NCBIDB
! 
!   include Bio::NCBIDB::Common
  
    # LOCUS

Index: common.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/genbank/common.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** common.rb	26 Sep 2005 13:00:07 -0000	1.6
--- common.rb	23 Oct 2005 07:20:36 -0000	1.7
***************
*** 24,28 ****
  
  module Bio
! class GenBank < NCBIDB
  module Common
  
--- 24,28 ----
  
  module Bio
! class NCBIDB
  module Common
  



More information about the bioruby-cvs mailing list