Closed plger closed 5 years ago
findoverlaps.bam.featureAnnotation returns wrong overlaps (as well as wrong values for the length and percentage of overlap) for reads with gapped alignment (i.e. spliced reads). Example of gapped alignment:
findoverlaps.bam.featureAnnotation
r551360 256 chr1 1234653 0 9M302102N9M * 0 0 CCCGTGGGACCCGCGGGC * NH:i:14 HI:i:12 NM:i:0
(cigar contains N, i.e. skipped nucleotides)
N
Fixed long ago...
findoverlaps.bam.featureAnnotation
returns wrong overlaps (as well as wrong values for the length and percentage of overlap) for reads with gapped alignment (i.e. spliced reads). Example of gapped alignment:(cigar contains
N
, i.e. skipped nucleotides)