- Notifications
You must be signed in to change notification settings - Fork21
Smith-Waterman database searches with inter-sequence SIMD parallelisation
License
torognes/swipe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Smith-Waterman database searches with inter-sequence SIMD parallelisation
SWIPE is a tool for performing rapid local alignment searches in amino acidor nucleotide sequence databases. It is a highly optimized implementation ofthe Smith-Waterman algoritm using SIMD parallel computing technology availableon common CPUs.
The method and a performance evaluation is described in detail the followingpublication:
Rognes T (2011)
Faster Smith-Waterman database searches with inter-sequence SIMDparallelisation.
BMC Bioinformatics 12, 221.doi:10.1186/1471-2105-12-221
Please see theREADMEandCHANGES file fora little bit of documentation.
More information about SWIPE can be found on itswebsite.
SWIPE may be installed with Homebrew using the following command:
brew install brewsci/bio/swipe
About
Smith-Waterman database searches with inter-sequence SIMD parallelisation