hifiasm icon indicating copy to clipboard operation
hifiasm copied to clipboard

No peak for the heterozygous read coverage

Open aboersch opened this issue 2 years ago • 1 comments

I applied hifiasm to create a de novo assembly using HiFi reads sequenced from the genome of a diploid human cell line. When I checked the log file (attached), I see only one peak for the homozygous read coverage. The heterozygous one is not present. I was wondering, why it happened, and my only guess is the read coverage, which is around 10. Did you have an experience with processing samples of low coverage and getting this kind of histogram? hifiasm_asm.log

aboersch avatar Oct 29 '21 11:10 aboersch

Yes, low coverage might be the reason. And the heterozygous peak might be filtered out as sequencing errors by '--min-hist-cnt'. See https://github.com/chhylp123/hifiasm/issues/49 and https://hifiasm.readthedocs.io/en/latest/parameter-reference.html. But for your case, it should be caused by low coverage.

chhylp123 avatar Oct 29 '21 13:10 chhylp123