Method: Bio::Fasta::Report::Hit::Query#sequence

Defined in:
lib/bio/appl/fasta/format10.rb

#sequenceObject (readonly)

Returns the sequence (with gaps) as a String. You can access this value by the Report::Hit#query_seq method.



361
362
363
# File 'lib/bio/appl/fasta/format10.rb', line 361

def sequence
  @sequence
end