Method: Bio::HMMER::Report::Hit#append_hsp

Defined in:
lib/bio/appl/hmmer/report.rb

#append_hsp(hsp) ⇒ Object

Appends a Bio::HMMER::Report::Hsp object.



419
420
421
# File 'lib/bio/appl/hmmer/report.rb', line 419

def append_hsp(hsp)
  @hsps << hsp
end