International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 63 - Number 1 |
Year of Publication: 2013 |
Authors: Muralidhara B L |
10.5120/10427-5096 |
Muralidhara B L . Staircase Method: A Novel Method for Parallelizing S-W Algorithm. International Journal of Computer Applications. 63, 1 ( February 2013), 1-7. DOI=10.5120/10427-5096
Sequence comparison is a basic operation in DNA sequencing projects, and most of sequence comparison methods are based on heuristics, which are fast but not sensitive. The Dynamic Programming Algorithm, Smith-Waterman, obtains the best alignment, but at the expense of computational time. Unfortunately, the inefficiency in the performance of the Smith-Waterman algorithm limits its applications in the real world. A possible way out of this is to use parallelization methods for decreasing the time taken to execute the algorithm. In this paper, we present a two master method and a novel parallel technique called staircase method to improve the performance of the Smith-Waterman algorithm.