Method: Bio::MAFFT::Report#alignment
- Defined in:
- lib/bio/appl/mafft/report.rb
#alignment(method = nil) ⇒ Object
Gets an multiple alignment. Returns a Bio::Alignment object.
177 178 179 |
# File 'lib/bio/appl/mafft/report.rb', line 177 def alignment(method = nil) super end |