Method: Bio::Sim4::Report#hits
- Defined in:
- lib/bio/appl/sim4/report.rb
#hits ⇒ Object (readonly)
Returns hits of the entry. Unlike Bio::Sim4::Report#all_hits, it returns hits which have alignments. Returns an Array of Bio::Sim4::Report::Hit objects.
64 65 66 |
# File 'lib/bio/appl/sim4/report.rb', line 64 def hits @hits end |