Hi,
I'm doing alignment using bwa, trying to determine if sequences are mapped or not to a reference. I tried to compare fastq files to one reference and obtained my output in csv using samtools idxstats. I got this output:
AE005174.2 5528445 2080495 6121
* 0 0 92628
and do not understand what is the difference between non mapped reads 6121 and 92628. I read samtools documentation and answers on forums but it's still not clear for me. Usually I do it using numerous references and got always 0 instead of 6121.
Thanks for your clarifications!
that's pretty clear, thanks!