Hello,
I need to filter out reads from my sam files that contain deletions larger than 3bp. Does anyone know of a simple way to do that? I need to keep other low quality reads (like reads that contain small deletions, mismatches and insertions).
Thanks!
Python with pysam could probably do that, do you have any coding experience?