Method: Bio::Blast::Default::Report::Iteration#hits
- Defined in:
- lib/bio/appl/blast/format0.rb
#hits ⇒ Object
Returns the hits of the iteration. It returns an array of Bio::Blast::Default::Report::Hit objects.
569 570 571 572 |
# File 'lib/bio/appl/blast/format0.rb', line 569 def hits parse_hitlist @hits end |