[BioRuby-cvs] bioruby/lib bio.rb,1.69,1.70
Katayama Toshiaki
k at dev.open-bio.org
Tue Sep 19 05:41:47 UTC 2006
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv31246/lib
Modified Files:
bio.rb
Log Message:
* added ebisoap and ncbisoap
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** bio.rb 14 Jul 2006 14:27:10 -0000 1.69
--- bio.rb 19 Sep 2006 05:41:45 -0000 1.70
***************
*** 121,124 ****
--- 121,125 ----
autoload :Fetch, 'bio/io/fetch'
autoload :SQL, 'bio/io/sql'
+ autoload :SOAPWSDL, 'bio/io/soapwsdl'
autoload :FlatFile, 'bio/io/flatfile'
autoload :FlatFileIndex, 'bio/io/flatfile/index' # chage to FlatFile::Index ?
***************
*** 155,159 ****
end
! # autoload :ESOAP, 'bio/io/esoap' # NCBI::ESOAP ?
--- 156,166 ----
end
! class EBI
! autoload :SOAP, 'bio/io/ebisoap'
! end
!
! class NCBI
! autoload :SOAP, 'bio/io/ncbisoap'
! end
More information about the bioruby-cvs
mailing list