Bwa Bwasw Md Tag
1
1
Entering edit mode
12.0 years ago
Random ▴ 160

I mapped some reads to a reference genome using bwa's bwasw option and it seems that the MD tag is never produced. Is there a way to make bwa create this tag for each mapped read?

Alternatively is there way to enforce bwa to output a CIGAR string with "X" and "=" characters (which stand respectively for sequence mismatch and match), instead of the ambiguous M (which stands for both match and mismatch) ?

I'm trying to find out how much of each mapped read mismatched the reference.

Thanks.

bwa • 4.1k views
ADD COMMENT
4
Entering edit mode
12.0 years ago

did you try to use samtools calmd ?

samtools calmd [-EeubSr] [-C capQcoef] <aln.bam> <ref.fasta>

generate the MD tag. If the MD tag is already present, this command will give a warning if the MD tag generated is different from the existing tag. Output SAM by default.

ADD COMMENT
0
Entering edit mode

I hadn't. This seems to solve my problem. Thanks

ADD REPLY

Login before adding your answer.

Traffic: 1454 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