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.



2299
2300
2301
2302
# File 'lib/bio/alignment.rb', line 2299

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