Class: Bio::Stockholm::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-stockholm/stockholm.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStore

Returns a new instance of Store.



108
109
110
# File 'lib/bio-stockholm/stockholm.rb', line 108

def initialize
  @records = {}
end

Instance Attribute Details

#gc_featuresObject

GF and GC type features



106
107
108
# File 'lib/bio-stockholm/stockholm.rb', line 106

def gc_features
  @gc_features
end

#gf_featuresObject

GF and GC type features



106
107
108
# File 'lib/bio-stockholm/stockholm.rb', line 106

def gf_features
  @gf_features
end

#headerObject

‘# STOCKHOLM 1.0’



100
101
102
# File 'lib/bio-stockholm/stockholm.rb', line 100

def header
  @header
end

#recordsObject

Array of Record objects, which in turn store sequence, GR and GS features



103
104
105
# File 'lib/bio-stockholm/stockholm.rb', line 103

def records
  @records
end