Thank you so much..
Works fine
• 0 views
•
link
I am trying to run bowtie2. but following error are occuring everytime
bowtie2 --very-fast-local -x bowtie -q -1 R1.fastq -2 R2.fastq -s aligned.sam
Saw ASCII character 10 but expected 33-based Phred qual.
terminate called after throwing an instance of 'int'
Aborted (core dumped)
(ERR): bowtie2-align exited with value 134
It sounds like some of the lines are of unequal length between the sequence and quality records. That is why ASCII character 10 (end-of-line) is encountered while the expectation was it would be a 33-based Phred quality value. I suggest you try fixing the files with repair.sh which is part of the BBtools package.
Log in to answer this question.
Why have you got
-x bowtie?What is the output of:
-x bowtie, here bowtie is my index name.Here is the output.