Sha256: 88a3057e5f31e1faead4b282b0a6ff1a1806f388cde96869602eccd834ce6e9b
Contents?: true
Size: 639 Bytes
Versions: 33
Compression:
Stored size: 639 Bytes
Contents
# # = bio/db/kegg/brite.rb - KEGG/BRITE database class # # Copyright:: Copyright (C) 2001 Toshiaki Katayama <k@bioruby.org> # License:: The Ruby License # # $Id: brite.rb,v 0.8 2007/04/05 23:35:41 trevor Exp $ # require 'bio/db' module Bio class KEGG # == Note # # This class is not completely implemented, but obsolete as the original # database BRITE has changed it's meaning. # class BRITE < KEGGDB DELIMITER = RS = "\n///\n" TAGSIZE = 12 def initialize(entry) super(entry, TAGSIZE) end # ENTRY # DEFINITION # RELATION # FACTORS # INTERACTION # SOURCE # REFERENCE end # BRITE end # KEGG end # Bio
Version data entries
33 entries across 33 versions & 5 rubygems