class Bio::Fastq::Error::Long_qual

Error::Long_qual – length of quality is longer than the sequence

Private Instance Methods

default_message(i) click to toggle source

default error message for this exception

# File lib/bio/db/fastq.rb, line 247
def default_message(i)
  'length of quality is longer than the sequence'
end