-
Notifications
You must be signed in to change notification settings - Fork 28
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
Errors on idxdepth #60
Comments
This is a bam header error. Did you use the same reference fasta for generating your bam, and for running idxdepth? |
Hi @traxexx Yes, even I use the same reference fasta for generating BAM files, it sometimes give me the errors. Best regards, |
Hello,@traxexx I have encountered the same issue. Using the same reference genome, I came across the following warning message: [2023-11-05 16:25:41.063] [idxdepth] [48575] [warning] BAM header only has a subset of the reference chromosomes -- please make sure they match! (py37) [chenzhaojin@lfpara idxdepth]$ idxdepth -b /home/chenzhaojin/expansion/sv/results_1-6_supdata1/1-12/delly/alignment_1_sorted.bam [2023-11-05 16:25:41.741] [idxdepth] [48591] [info] Thread 140667879675648 skipping NC_010443.5 Exception: NC_010443.5:75954757 fail to retrieve genome REF. Are you using the correct ref genome? |
Hello, has this problem been solved? |
Hi,
I am trying to use the idxdepth to calculate the depth for the manifest file, but it always gives me a warning:
[warning] BAM header only has a subset of the reference chromosomes -- please make sure they match!
The issues falls on many datasets that I tried. I use bwa for alignment, and gatk for read groups adding/duplicates removing.
Any hint for how might this happened?
Best,
Monica
The text was updated successfully, but these errors were encountered: