Method: Bio::FlatFileIndex::DataBank#search_primary_get_unique_id

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

#search_primary_get_unique_id(key) ⇒ Object



1346
1347
1348
1349
1350
1351
# File 'lib/bio/io/flatfile/index.rb', line 1346

def search_primary_get_unique_id(key)
  s = []
  p = primary.include?(key)
  s.push p if p
  s
end