class Bio::Fastq::Error::Skipped_unformatted_lines

Error::Skipped_unformatted_lines – the parser skipped unformatted lines that could not be recognized as FASTQ format

Private Instance Methods

default_message(i) click to toggle source

default error message for this exception

    # File lib/bio/db/fastq.rb
314 def default_message(i)
315   "the parser skipped unformatted lines that could not be recognized as FASTQ format"
316 end