Data was badly trimmed. Thanks for advice.
• 0 views
•
link
Hello! After typing command below:
bowtie2 -x Sequence/Bowtie2Index/genome -1 A1.fastq -2 A2.fastq -S A.sam
I've got an error:
Error, fewer reads in file specified with -2 than in file specified with -1
terminate called after throwing an instance of 'int'
Aborted (core dumped)
(ERR): bowtie2-align exited with value 134
Can someone give some advices?
The error says it, file2 has fewer reads than file1. Did you manipulate the data, like trimming. My best guess is trimming paired-end data with a non paired-aware trimmer.
Log in to answer this question.