Skip to content
/ swipe Public

Smith-Waterman database searches with inter-sequence SIMD parallelisation

License

Notifications You must be signed in to change notification settings

torognes/swipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 29, 2021
314123b · Jun 29, 2021

History

32 Commits
Jun 29, 2021
Dec 5, 2012
Jan 21, 2014
Jun 29, 2021
Oct 8, 2018
Jun 25, 2014
Jun 29, 2021
Dec 5, 2012
Dec 5, 2012
May 4, 2018
Nov 13, 2017
Dec 18, 2015
May 1, 2013
May 1, 2013
Mar 8, 2017
Mar 8, 2017
May 1, 2013
Mar 8, 2017
May 1, 2013
Dec 18, 2015
Jun 29, 2021

Repository files navigation

SWIPE

Smith-Waterman database searches with inter-sequence SIMD parallelisation

SWIPE is a tool for performing rapid local alignment searches in amino acid or nucleotide sequence databases. It is a highly optimized implementation of the Smith-Waterman algoritm using SIMD parallel computing technology available on common CPUs.

The method and a performance evaluation is described in detail the following publication:

Rognes T (2011)
Faster Smith-Waterman database searches with inter-sequence SIMD parallelisation.
BMC Bioinformatics 12, 221. doi:10.1186/1471-2105-12-221

Please see the README and CHANGES file for a little bit of documentation.

More information about SWIPE can be found on its website.

SWIPE may be installed with Homebrew using the following command:

brew install brewsci/bio/swipe