Method: Bio::FlatFileIndex#get_by_id

Defined in:
lib/bio/io/flatfile/index.rb

#get_by_id(key) ⇒ Object

common interface defined in registry.rb Searching databank and returns entry (or entries) as a string. Multiple entries (contatinated to one string) may be returned. Returns empty string if not found.



122
123
124
# File 'lib/bio/io/flatfile/index.rb', line 122

def get_by_id(key)
  search(key).to_s
end