Method: Bio::ClustalW::Report#alignment
- Defined in:
- lib/bio/appl/clustalw/report.rb
#alignment ⇒ Object
Gets an multiple alignment. Returns a Bio::Alignment object.
102 103 104 105 |
# File 'lib/bio/appl/clustalw/report.rb', line 102 def alignment do_parse() unless @align @align end |