[BioRuby-cvs] bioruby/lib/bio/io higet.rb,1.2,1.3

Katayama Toshiaki k at dev.open-bio.org
Tue Sep 19 05:46:24 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv31426/lib/bio/io

Modified Files:
	higet.rb 
Log Message:
* changed from LGPL to Ruby's


Index: higet.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/higet.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** higet.rb	26 Sep 2005 13:00:08 -0000	1.2
--- higet.rb	19 Sep 2006 05:46:22 -0000	1.3
***************
*** 1,22 ****
  #
! # bio/io/higet.rb - SOAP interface for HGC HiGet
! #
! #   Copyright (C) 2005 KATAYAMA Toshiaki <k at bioruby.org>
! #
! #  This library is free software; you can redistribute it and/or
! #  modify it under the terms of the GNU Lesser General Public
! #  License as published by the Free Software Foundation; either
! #  version 2 of the License, or (at your option) any later version.
! #
! #  This library is distributed in the hope that it will be useful,
! #  but WITHOUT ANY WARRANTY; without even the implied warranty of
! #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
! #  Lesser General Public License for more details.
  #
! #  You should have received a copy of the GNU Lesser General Public
! #  License along with this library; if not, write to the Free Software
! #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
  #
! #  $Id$
  #
  
--- 1,8 ----
  #
! # = bio/io/higet.rb - SOAP interface for HGC HiGet
  #
! # Copyright::  Copyright (C) 2005 Toshiaki Katayama <k at bioruby.org>
  #
! # $Id$
  #
  
***************
*** 26,29 ****
--- 12,24 ----
  class HGC
  
+ # == Description
+ #
+ # Interface for the HiGet service provided by Human Genome Center (HGC), Japan.
+ # HiGet performs full-text search against various biological databases.
+ #
+ # == References
+ #
+ # * http://higet.hgc.jp/
+ #
  class HiGet < Bio::SOAPWSDL
  
***************
*** 77,92 ****
  end
  
- 
- =begin
- 
- = Bio::HGC::HiGet
- 
- * ((<URL:http://higet.hgc.jp/>))
- 
- == HiGet#hifind
- == HiGet#higet
- == HiGet#higet_in_fasta
- == HiGet#higet_in_xml
- 
- =end
- 
--- 72,73 ----




More information about the bioruby-cvs mailing list