You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was rather horrified to discover that minimap2 will do a lot of processing with an invalid fastq.
I was fishing out a subset of reads from a large pacbio fastq file.
The grep statement was wrong and resulted in some malformed fastqs. These were then processed by minimap2.
I suggest at a minimum check that the qual-score length = base length when reading the fastq and then terminate as soon as possible so the user can investigate.
Clearly the default grep group separator is a pathological case as it is a valid and common pacbio quality score character.
The text was updated successfully, but these errors were encountered:
I was rather horrified to discover that minimap2 will do a lot of processing with an invalid fastq.
I was fishing out a subset of reads from a large pacbio fastq file.
The grep statement was wrong and resulted in some malformed fastqs. These were then processed by minimap2.
Minimap2 will happily parse these records.
I suggest at a minimum check that the qual-score length = base length when reading the fastq and then terminate as soon as possible so the user can investigate.
Clearly the default grep group separator is a pathological case as it is a valid and common pacbio quality score character.
The text was updated successfully, but these errors were encountered: