Class: FastaDatabase

Inherits:
Object
  • Object
show all
Defined in:
lib/protk/search_tool.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ FastaDatabase

Returns a new instance of FastaDatabase.



19
20
21
22
# File 'lib/protk/search_tool.rb', line 19

def initialize(name,path)
  @name=name
  @path=path
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



17
18
19
# File 'lib/protk/search_tool.rb', line 17

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path.



18
19
20
# File 'lib/protk/search_tool.rb', line 18

def path
  @path
end