Returns a Hash containing execution statistics. Valid keys are: 'db-len', 'db-num', 'eff-space', 'entropy', 'hsp-len', 'kappa', 'lambda'
Iterates on each Bio::Blast::Report::Hit object.
# File lib/bio/appl/blast/report.rb, line 235 def each @hits.each do |x| yield x end end
Generated with the Darkfish Rdoc Generator 2.