-
Notifications
You must be signed in to change notification settings - Fork 54
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
Exception("bad or empty fastqs") #91
Comments
it seems that you have no alignments. Can you show the first few and last few lines of your fastqs and the full stderr of the bwameth run? |
stderr: Fastq files head/tails R1 tail: R2 head: @VL00388:12:AACT2TTM5:1:1101:18421:1000 2:N:0:CCAGTATC+ATCTCGCT R2 tail: |
I have confirmed my fastq files are accurate but bwa-meth is pulling the raise Exception("bad or empty fastqs"). It seems to pull this exception right at the end of the alignment. Is there a method to fix this error?
The text was updated successfully, but these errors were encountered: