All Projects → amplab → Snap

amplab / Snap

Licence: other
Scalable Nucleotide Alignment Program -- a fast and accurate read aligner for high-throughput sequencing data

SNAP

Scalable Nucleotide Alignment Program - https://www.microsoft.com/en-us/research/project/snap/

Overview

SNAP is a fast and accurate aligner for short DNA reads. It is optimized for modern read lengths of 100 bases or higher, and takes advantage of these reads to align data quickly through a hash-based indexing scheme.

It also includes support for sorting, marking duplicates and indexing its results, eliminating the need for several pipeline stages used by other aligners.

Binaries

The SNAP executable

The SNAPCommand tool

Documentation

SNAP has a one page Quick Start Guide and a more extensive Manual.

Building

SNAP runs on Windows, Linux and OSX.

For Windows, we provide a Visual C++ project, snap.sln. Requirements:

  • Visual Studio 2019

When you build it, you will have to set it to build for x64, not "Any CPU" or 32 bit.

For Linux, simply type make. Requirements:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].