Method: Bio::Alignment::FactoryTemplate::Simple#query_string

Defined in:
lib/bio/alignment.rb

#query_string(str) ⇒ Object

Performs alignment for str. The str should be a string that can be recognized by the program.



2293
2294
2295
2296
# File 'lib/bio/alignment.rb', line 2293

def query_string(str)
  _query_string(str, @options)
  @report
end