Method: Bio::GenBank#locus

Defined in:
lib/bio/db/genbank/genbank.rb

#locusObject

Accessor methods for the contents of the LOCUS record.



62
63
64
# File 'lib/bio/db/genbank/genbank.rb', line 62

def locus
  @data['LOCUS'] ||= Locus.new(get('LOCUS'))
end