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 2362 def _query_string(str, opt) 2363 _query_local(nil, opt, str) 2364 end