[BioRuby-cvs] bioruby/lib bio.rb,1.54,1.55
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 12:02:06 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21697
Modified Files:
bio.rb
Log Message:
fixed autoload problem about Bio::DDBJ and Bio::DDBJ::XML.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** bio.rb 9 Sep 2005 15:58:41 -0000 1.54
--- bio.rb 9 Sep 2005 16:02:04 -0000 1.55
***************
*** 90,93 ****
--- 90,97 ----
autoload :RefSeq, 'bio/db/genbank/refseq'
autoload :DDBJ, 'bio/db/genbank/ddbj'
+ ## below are described in bio/db/genbank/ddbj.rb
+ #class DDBJ
+ # autoload :XML, 'bio/io/ddbjxml'
+ #end
## EMBL/TrEMBL/Swiss-Prot/SPTR
***************
*** 170,176 ****
end
! class DDBJ
! autoload :XML, 'bio/io/ddbjxml'
! end
class HGC
--- 174,181 ----
end
! ## below are described in bio/db/genbank/ddbj.rb
! #class DDBJ
! # autoload :XML, 'bio/io/ddbjxml'
! #end
class HGC
More information about the bioruby-cvs
mailing list