-
Notifications
You must be signed in to change notification settings - Fork 25
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
error: INFO: processed 0 reads for BAM file #55
Comments
Hi @cccnrc, the wham suite of tools was designed for paired-end reads? Looking over the commands, above, I'm guessing you're using single-end reads? Best, Zev |
Thanks for your reply @zeeev |
I had the same issue using whamg. I'm processing paired-end samples. whamg used to be working on this sample, the only change I made was using bbduk.sh to trim low quality bases from fastq file and then went through the same processes. When I used sickle to trim the same file, whamg just worked fine. I looked into the .err file produced, and the content is as follows:
and then the program will hault here for ever. Any idea what's going on? |
I'm having the exact same issue as cccnrc, running whamg on BWA-aligned paired-end .bam and getting stuck at
and not proceeding. Any ideas on how to resolve this? whamg command:
|
Please try limiting it only to the standard chromosomes chr1-chr22,X,Y. |
Thank you for the suggestion. It appears that there was an issue with proving the regions to include as a list file. This was resolved when I instead provided the list in a variable like example 1 in the README: |
I am struggling having Whamg running for a WGS .bam file. I used GATKSV/Wham docker image and the following command:
Returns:
and nothing else. I also tried to reconvert the .bam to .fastq and realign with BWA-MEM:
but nothing works, keep getting the same output.
Thank you in advance for any help!
The text was updated successfully, but these errors were encountered: