module Bio::Alignment::FactoryTemplate::WrapInputStdin

mix-in module

Private Instance Methods

_query_string(str, opt) click to toggle source

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

# File lib/bio/alignment.rb, line 2368
def _query_string(str, opt)
  _query_local(nil, opt, str)
end