[BioRuby-cvs] bioruby/lib/bio/io hinv.rb,1.1,1.2
Katayama Toshiaki
k at dev.open-bio.org
Tue Feb 19 04:42:16 UTC 2008
Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv12421
Modified Files:
hinv.rb
Log Message:
* hit2acc fixed
Index: hinv.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/hinv.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** hinv.rb 9 Jan 2008 17:18:18 -0000 1.1
--- hinv.rb 19 Feb 2008 04:42:14 -0000 1.2
***************
*** 2,6 ****
# = bio/io/hinv.rb - H-invDB web service (REST) client module
#
! # Copyright:: Copyright (C) 2007 Toshiaki Katayama <k at bioruby.org>
# License:: The Ruby License
#
--- 2,6 ----
# = bio/io/hinv.rb - H-invDB web service (REST) client module
#
! # Copyright:: Copyright (C) 2008 Toshiaki Katayama <k at bioruby.org>
# License:: The Ruby License
#
***************
*** 137,141 ****
def initialize
! @url = BASE_URI + "hit2acc.php?hit="
end
--- 137,141 ----
def initialize
! @url = BASE_URI + "hit2acc.php"
end
More information about the bioruby-cvs
mailing list