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