Bio::FlatFileIndex::Template::NameSpace
secondary name space
Internal use only.
# File lib/bio/io/flatfile/index.rb, line 1040 def filename File.join(dbname, "id_#{name}.index") end
# File lib/bio/io/flatfile/index.rb, line 1037 def mapping(filename) FlatMappingFile.new(filename) end
# File lib/bio/io/flatfile/index.rb, line 1043 def search(key) r = super(key) file.close r.flatten! r end
[Validate]
Generated with the Darkfish Rdoc Generator 2.