Method: Bio::Blast::Default::Report#each_iteration
- Defined in:
- lib/bio/appl/blast/format0.rb
#each_iteration ⇒ Object
(PSI-BLAST) Iterates over each iteration. Same as iterations.each
. Yields a Bio::Blast::Default::Report::Iteration object.
186 187 188 189 190 |
# File 'lib/bio/appl/blast/format0.rb', line 186 def each_iteration @iterations.each do |x| yield x end end |