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
247 def default_message(i)
248   'length of quality is longer than the sequence'
249 end