Skip to content

Sniffles

Dreycey Albin edited this page May 16, 2019 · 1 revision

Sniffles (SV caller)

  • Author: Dreycey Albin
  • Date: 05/10/2019
  • Updates: NAME (DATE): update descr; NAME (DATE): update descr,
  • Sniffles is used for finding structural variants
  • documentation (website): Sniffles GitHub
  • documentation (publication): Nature-Sniffles

Installation

INSTRUCTIONS ON HOW TO INSTALL USING TERMINAL

  • installation for MacOS
wget https://github.com/fritzsedlazeck/Sniffles/archive/master.tar.gz -O Sniffles.tar.gz
tar xzvf Sniffles.tar.gz
cd Sniffles-master/
mkdir -p build/
cd build/
cmake -D CMAKE_C_COMPILER=/opt/local/bin/gcc-mp-4.7 -D CMAKE_CXX_COMPILER=/opt/local/bin/g++-mp-4.7 ..

cd ../bin/sniffles*
./sniffles
  • installation for Linux
wget https://github.com/fritzsedlazeck/Sniffles/archive/master.tar.gz -O Sniffles.tar.gz
tar xzvf Sniffles.tar.gz
cd Sniffles-master/
mkdir -p build/
cd build/
cmake ..
make

cd ../bin/sniffles*
./sniffles

Basic commands

INPUT

  • input is taken in as a bam file. This should be the output of all the mapping softwares.
./sniffles -m reads_region.bam -v test.vcf

OUTPUT

outputfile.vcf

Example_1

Input files

  • Use the example given in the samples
ls test_set/

commands

`* Run the general Sniffles command:

./bin/sniffles-core-1.0.11/sniffles -m test_set/reads_region.bam -v outputname.vcf

Output files

  • VCF as output
outputname.vcf

Bioinformatics tools

These are a growing collection of manuals for commonly used bioinformatics tools.

How to use

Just go to the page for the tool you are trying to use, and scroll through the page to download and install. That simple. The goal is to add extra documentation for using these tools, in addition to what is already supplied by the manual pages for the programs.

Clone this wiki locally