Method: Bio::Blast::Default::Report#pattern
- Defined in:
- lib/bio/appl/blast/format0.rb
#pattern ⇒ Object
(PHI-BLAST) Same as iterations.first.pattern
. Note that it returns the FIRST iteration’s value.
173 |
# File 'lib/bio/appl/blast/format0.rb', line 173 def pattern; @iterations.first.pattern; end |