[BioRuby-cvs] bioruby/lib/bio/shell/plugin keggapi.rb,1.1,1.2
Katayama Toshiaki
k at pub.open-bio.org
Sat Nov 5 21:12:05 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv2957/lib/bio/shell/plugin
Modified Files:
keggapi.rb
Log Message:
* changed to use Bio::KEGG::API
Index: keggapi.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/keggapi.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** keggapi.rb 5 Nov 2005 10:58:01 -0000 1.1
--- keggapi.rb 6 Nov 2005 02:12:03 -0000 1.2
***************
*** 1,4 ****
#
! # = bio/shell/plugin/obda.rb - plugin for OBDA
#
# Copyright:: Copyright (C) 2005
--- 1,4 ----
#
! # = bio/shell/plugin/keggapi.rb - plugin for KEGG API
#
# Copyright:: Copyright (C) 2005
***************
*** 27,31 ****
#
! require 'bio/io/soapwsdl'
module Bio::Shell
--- 27,31 ----
#
! require 'bio/io/keggapi'
module Bio::Shell
***************
*** 35,39 ****
def setup_keggapi
unless @keggapi
! @keggapi = Bio::SOAPWSDL.new("http://soap.genome.jp/KEGG.wsdl")
end
end
--- 35,39 ----
def setup_keggapi
unless @keggapi
! @keggapi = Bio::KEGG::API.new
end
end
More information about the bioruby-cvs
mailing list