class Bio::Fastq::Error::Short_qual

Error::Short_qual – length of quality is shorter 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 256
def default_message(i)
  'length of quality is shorter than the sequence'
end