-
Notifications
You must be signed in to change notification settings - Fork 0
Sniffles
Dreycey Albin edited this page May 16, 2019
·
1 revision
- 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
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
- 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
outputfile.vcf
- Use the example given in the samples
ls test_set/
`* Run the general Sniffles command:
./bin/sniffles-core-1.0.11/sniffles -m test_set/reads_region.bam -v outputname.vcf
- VCF as output
outputname.vcf
These are a growing collection of manuals for commonly used bioinformatics tools.
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.