Method: Bio::ClustalW::Report#align
- Defined in:
- lib/bio/appl/clustalw/report.rb
#align ⇒ Object
This will be deprecated. Instead, please use alignment.
Gets an multiple alignment. Returns a Bio::Alignment object.
111 112 113 114 |
# File 'lib/bio/appl/clustalw/report.rb', line 111 def align warn "Bio::ClustalW#align will be deprecated. Please use \'alignment\'." alignment end |