class Bio::KEGG::BRITE

Note

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

Constants

DELIMITER
TAGSIZE

Public Class Methods

new(entry) click to toggle source
Calls superclass method Bio::NCBIDB::new
   # File lib/bio/db/kegg/brite.rb
25 def initialize(entry)
26   super(entry, TAGSIZE)
27 end