Skip to content
Fritz Sedlazeck edited this page Feb 18, 2017 · 22 revisions

What is Sniffles?

Sniffles is a SV caller for long reads. It is mainly designed for PacBio reads, but also works on Oxford Nanopore reads. SV are larger events on the genome (e.g. deletions, duplications, insertions, inversions and translocations). Sniffles can detect all of these type and more such as nested SVs (e.g. inversion flanked by deletions or an inverted duplication). Furthermore, Sniffles incorporates multiple auto tuning functions to determine data set depending parameter to reduce the overall risk of falsely infer SVs.

Download

Newest release

Code (.zip)

Code (.tar.gz)

How to build SURVIVOR

wget https://github.com/fritzsedlazeck/SURVIVOR/archive/master.tar.gz -O SURVIVOR.tar.gz
tar xzvf SURVIVOR.tar.gz
cd SURVIVOR-master/Debug
make
./SURVIVOR

Quick start

Simulate and evaluate SVs:

Combining SVs calls from the same sample/ Consensus calling:

Clone this wiki locally