Method: Bio::Fastq#quality_score_type

Defined in:
lib/bio/db/fastq.rb

#quality_score_typeObject

The meaning of the quality scores. It may be one of :phred, :solexa, or nil.



505
506
507
508
# File 'lib/bio/db/fastq.rb', line 505

def quality_score_type
  self.format ||= self.class::DefaultFormatName
  @format.quality_score_type
end