Using CIGAR match operators
1
0
Entering edit mode
9.0 years ago

SAM format specification tells that M (alignment match) CIGAR operator can be used instead of the = (sequence match) and X (sequence mismatch) operators. Now I've got interested in how using the M operator affects the performance and functionality of downstream processing tools (say, GATK) and alignment viewer software (say, IGV).

I've seen the relevant question, Should We Attempt To Redefine The Cigar String In Sam/Bam Format?, but I'm still quite confused whether any of commonly used tools are optimized regarding those operators. It would be great if someone can share his experience.

cigar sam • 1.9k views
ADD COMMENT
0
Entering edit mode
9.0 years ago

All of my tools are optimized for X and =. The only time I use the M symbol is for an N or other non-ACGT character.

ADD COMMENT

Login before adding your answer.

Traffic: 2629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6