Method: Bio::MAFFT::Report#align

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

#alignObject

This method will be deprecated. Instead, please use alignment.

Gets an multiple alignment. Returns a Bio::Alignment object.



185
186
187
188
# File 'lib/bio/appl/mafft/report.rb', line 185

def align
  warn "Bio::MAFFT::Report#align is deprecated. Please use \'alignment\'."
  alignment
end