Hello!
Im using this BWA to align some reads
After what i found that in the position im interesteed in there are some bugs, or something like this. As shown on the picture i've attached in some reads motif TACCCGAGG in mutant reads algned with 3M1D6M with 1 mismatch, but in others as 9M with 1 mismatch. How can i make BWA to align all such reads as 9M?
Im using this BWA to align some reads
Code:
bwa index -p my_reference my_reference.fasta bwa mem -t 4 my_reference input.fastq > output.sam 2
Comment