Method: FastaDatabase#initialize
- Defined in:
- lib/protk/tool.rb
#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 |