Method: Bio::FlatFileIndex::DataBank#search_all

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

#search_all(key) ⇒ Object



1341
1342
1343
1344
# File 'lib/bio/io/flatfile/index.rb', line 1341

def search_all(key)
  s = search_all_get_unique_id(key)
  search_primary(*s)
end