Why does bowtie2 Terminate with: Saw ASCII character 10 but expected 33-based Phred qual....?
1
0
Entering edit mode
5.5 years ago
jaqx008 ▴ 110

Hello all, I am trying to map some seq data and bowtie2 produced the following error for some of my fastq files, while it mapped ok and gave statistics of mapping for others. It however gave a sam output that is some GB large. did this mapping work ok? can I go on to use the sam generated (but I need the mapping information)? what should I do?

bowtie2 -p 8 -x A.index -U file.fastq  -S file.sam

Saw ASCII character 10 but expected 33-based Phred qual. libc++abi.dylib: terminating with uncaught exception of type int (ERR): bowtie2-align died with signal 6 (ABRT)

bowtie2 mapping sam signleread • 3.4k views
ADD COMMENT
0
Entering edit mode
5.5 years ago

Most likely your FASTQ file is corrupted and contains an invalid quality code.

ADD COMMENT
0
Entering edit mode

I see, could it be that the download didn't complete?

ADD REPLY
1
Entering edit mode

perhaps, that is a common source of problems of this kind, look at the last lines with tail

ADD REPLY

Login before adding your answer.

Traffic: 2865 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6