Method: Bio::CdHitReport#initialize

Defined in:
lib/bio-cd-hit-report/cd-hit-report.rb

#initialize(file) ⇒ CdHitReport

Returns a new instance of CdHitReport.



8
9
10
11
# File 'lib/bio-cd-hit-report/cd-hit-report.rb', line 8

def initialize(file)
  @report  = CdHitParser.new
  @report.report_file = file
end