Container class for HMMER search hits.
Appends a Bio::HMMER::Report::Hsp object.
# File lib/bio/appl/hmmer/report.rb, line 419 def append_hsp(hsp) @hsps << hsp end
Iterates on each Hsp object (Bio::HMMER::Report::Hsp).
# File lib/bio/appl/hmmer/report.rb, line 401 def each @hsps.each do |hsp| yield hsp end end
Generated with the Darkfish Rdoc Generator 2.