Interpreting "*" In Extended Cigar Format
I generated and alignment using BWA and the .sam file looks fine, except in my parser I'm not sure how to interpret the extended CIGAR format when the CIGAR string is simply "*". Looking at the samtools documentation:
http://samtools.sourceforge.net/SAMv1.pdf
It just says to the CIGAR is set to "* if unavailable", but don't really know what "unavailable" means. Should I assume the read did not align at all? What would cause BWA to produce a CIGAR of *?
• 4,213 views
•
link
1 answer
Log in to answer this question.