Class: Bio::Blast::WU::Report::F0dbstat

Inherits:
Default::Report::F0dbstat show all
Defined in:
lib/bio/appl/blast/wublast.rb

Overview

Stores database statistics. Internal use only. Users must not use the class.

Instance Attribute Summary

Attributes inherited from Default::Report::F0dbstat

#f0dbstat, #f0params

Instance Method Summary collapse

Methods inherited from Default::Report::F0dbstat

#database, #db_len, #db_num, #eff_space, #expect, #gap_extend, #gap_open, #matrix, #num_hits, #posted_date, #sc_match, #sc_mismatch

Constructor Details

#initialize(ary) ⇒ F0dbstat

:nodoc:



152
153
154
155
# File 'lib/bio/appl/blast/wublast.rb', line 152

def initialize(ary)
  @f0stat = ary
  @hash = {}
end