Is it possible to add one function to check cigar length == sequence length before samtools calmd, or sometimes it report error
It seems come from this situation: _N_N*
so it will divide into 3 parts. the read sequence of the second part will include the sequence of third part. Need to trim off.
Is it possible to add one function to check cigar length == sequence length before samtools calmd, or sometimes it report error
It seems come from this situation: _N_N*
so it will divide into 3 parts. the read sequence of the second part will include the sequence of third part. Need to trim off.