Class: FastaDatabase

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ FastaDatabase

Returns a new instance of FastaDatabase.



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

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

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



15
16
17
# File 'lib/protk/tool.rb', line 15

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path.



16
17
18
# File 'lib/protk/tool.rb', line 16

def path
  @path
end