-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paired-end bowtie2-align 2.5.2 crash when R2 fastq reads have been trimmed to zero length #451
Comments
Hello, Thank you for your detailed reporting on this issue and providing sample reads that I could use to recreate it. I have pushed a change to |
Update -- I found an issue with the code that I am looking into. I apologise for the inconvenience. |
No problem! right now I have it pinned to the previous version. Thanks for your rapid response! |
This latest iteration should work. Here is the output I get when trying to align the test data against some generic index. Thank you for your patience.
|
Hi! I have an issue running
bowtie2
version 2.5.2 that I did not have with previous 2.5.1 version.bowtie2 --version
output:bowtie2 call that returns the error:
The error:
I narrowed down the issue to the smallest FASTQ that would give me the error and I realise that what is triggering the event is an empty sequence read on R2:
I understand this comes from the previous trimming step, but before (bowtie2 2.5.1), the corresponding read on R1 would be mapped. However now it is probably understood as an empty line and bowtie2 thinks that I have different number of reads. I cannot just remove those empty reads on the R2 file because then I would need to remove heir mate in R1 too, so I think this case should somehow be handled? I have not been able to find information on whether FASTQ files allow for such structure, but on the previous 2.5.1 version this would be correctly handled and the read would be outputted as:
in the alignment, with a correct
YT:Z:UU
for a read that was not paired.The verbose output:
The test files:
test_reads.zip
The text was updated successfully, but these errors were encountered: