[BioRuby-cvs] bioruby/lib/bio/shell/plugin obda.rb,1.5,1.6

Katayama Toshiaki k at pub.open-bio.org
Mon Nov 28 02:15:32 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv9982/bio/shell/plugin

Modified Files:
	obda.rb 
Log Message:
* obda_get_entry is renamed to obdaentry


Index: obda.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/obda.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** obda.rb	28 Nov 2005 02:09:52 -0000	1.5
--- obda.rb	28 Nov 2005 07:15:30 -0000	1.6
***************
*** 40,44 ****
    end
  
!   def obda_get_entry(dbname, entry_id)
      db = obda.get_database(dbname)
      unless db
--- 40,44 ----
    end
  
!   def obdaentry(dbname, entry_id)
      db = obda.get_database(dbname)
      unless db
***************
*** 50,56 ****
        yield entry
      else
!       display entry
      end
-     return entry
    end
  
--- 50,55 ----
        yield entry
      else
!       return entry
      end
    end
  



More information about the bioruby-cvs mailing list