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, line 314 def default_message(i) "the parser skipped unformatted lines that could not be recognized as FASTQ format" end