Class: Bio::Blast::WU::Report::F0dbstat
- Inherits:
-
Default::Report::F0dbstat
- Object
- Default::Report::F0dbstat
- Bio::Blast::WU::Report::F0dbstat
- 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
Instance Method Summary collapse
-
#initialize(ary) ⇒ F0dbstat
constructor
:nodoc:.
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:
271 272 273 274 |
# File 'lib/bio/appl/blast/wublast.rb', line 271 def initialize(ary) @f0stat = ary @hash = {} end |