The ref sequences in my bam file are 1, 2, ...
idxstats reports get that 0 reads are mapped to each reference.
And yet, the bam file is fine, I can see millions of reads mapped to each reference sequence (with samtools view) and I can run mpileup on it as well. Why would idxstats not work? Any ideas?
Thanks,
Gulu
idxstats reports get that 0 reads are mapped to each reference.
Code:
$ samtools idxstats MyBam.bam 1 197195432 0 0 10 129993255 0 0 11 121843856 0 0
Thanks,
Gulu
Comment