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.



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

def sequence
  @sequence
end