class FastaDatabase

Attributes

name[R]
path[R]

Public Class Methods

new(name,path) click to toggle source
# File lib/protk/tool.rb, line 17
def initialize(name,path)
  @name=name
  @path=path
end