[BioRuby-cvs] bioruby/lib/bio/db medline.rb,1.12,1.13
Mitsuteru C. Nakao
nakao at pub.open-bio.org
Sat Feb 18 15:03:50 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/db
In directory pub.open-bio.org:/tmp/cvs-serv1878/lib/bio/db
Modified Files:
medline.rb
Log Message:
* updated RDoc.
Index: medline.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/medline.rb,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** medline.rb 8 Sep 2005 01:22:11 -0000 1.12
--- medline.rb 18 Feb 2006 15:03:47 -0000 1.13
***************
*** 1,6 ****
#
! # bio/db/medline.rb - NCBI PubMed/MEDLINE database class
#
! # Copyright (C) 2001, 2005 KATAYAMA Toshiaki <k at bioruby.org>
#
# This library is free software; you can redistribute it and/or
--- 1,25 ----
#
! # = bio/db/medline.rb - NCBI PubMed/MEDLINE database class
#
! # Copyright:: Copyright (C) 2001, 2005
! # KATAYAMA Toshiaki <k at bioruby.org>
! # License:: LGPL
! #
! # == Description
! #
! # NCBI PubMed/MEDLINE database class.
! #
! # == Examples
! #
! # medline = Bio::MEDLINE.new(txt)
! # medline.reference
! # medline.pmid == medline.entry_id
! # medilne.mesh
! #
! # == References
! #
! # $Id$
! #
! #++
#
# This library is free software; you can redistribute it and/or
***************
*** 18,22 ****
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 37,41 ----
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! #--
#
***************
*** 25,30 ****
--- 44,51 ----
module Bio
+ # NCBI PubMed/MEDLINE database class.
class MEDLINE < NCBIDB
+ #
def initialize(entry)
@pubmed = Hash.new('')
***************
*** 40,44 ****
! # Reference object
def reference
hash = Hash.new('')
--- 61,65 ----
! # returns a Reference object.
def reference
hash = Hash.new('')
More information about the bioruby-cvs
mailing list