Method: Bio::Sim4::Report#all_hits

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

#all_hitsObject (readonly)

Returns all hits of the entry. Unlike Bio::Sim4::Report#hits, it returns results of all trials of pairwise alignment. This would be a Bio::Sim4 specific method. Returns an Array of Bio::Sim4::Report::Hit objects.



71
72
73
# File 'lib/bio/appl/sim4/report.rb', line 71

def all_hits
  @all_hits
end