Entering edit mode
2.6 years ago
saifulislam99121
•
0
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
Why have you got
-x bowtie
?What is the output of:
-x bowtie
, here bowtie is my index name.Here is the output.