fritzsedlazeck / Sniffles

Structural variation caller using third generation sequencing
Other
525 stars 86 forks source link

Using sniffles on alignments that exclude non-primary aligned reads #360

Closed elcortegano closed 1 year ago

elcortegano commented 1 year ago

I'm using sniffles (more specifically I did use the old version v1.0.12b), and when running it we excluded non-primary alignment reads from the BAM files (using samtools view -F 256).

I do wonder if this could have any impact on sniffles results (e.g. when detecting certain types of variants such as transposable elements), or if it has no effect on its performance.

Thanks

fritzsedlazeck commented 1 year ago

It does. Split reads are one of the main sources to detect mid to larger size of SV. If you discard split reads, only alignment events (typically insertions and deletions < 500bp) are reported.

So I would encourage you to use the original bam file Thanks Fritz