Class: Bio::KEGG::BRITE

Inherits:
Bio::KEGGDB show all
Defined in:
lib/bio/db/kegg/brite.rb

Overview

Note

This class is not completely implemented, but obsolete as the original database BRITE has changed it’s meaning.

Constant Summary collapse

DELIMITER =
RS = "\n///\n"
TAGSIZE =
12

Instance Method Summary collapse

Methods inherited from DB

#entry_id, #exists?, #fetch, #get, open, #tags

Constructor Details

#initialize(entry) ⇒ BRITE

Returns a new instance of BRITE.



25
26
27
# File 'lib/bio/db/kegg/brite.rb', line 25

def initialize(entry)
  super(entry, TAGSIZE)
end