International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 84 - Number 1 |
Year of Publication: 2013 |
Authors: H. Khaled, R. El Gohary, N. L. Badr, H. M. Faheem |
10.5120/14542-2619 |
H. Khaled, R. El Gohary, N. L. Badr, H. M. Faheem . Accelerating pairwise DNA Sequence Alignment using the CUDA compatible GPU. International Journal of Computer Applications. 84, 1 ( December 2013), 25-31. DOI=10.5120/14542-2619
We present a novel implementation of the pairwise DNA sequence alignment problem other than the Dynamic programming solution presented by Smith Waterman Algorithm. The proposed implementation uses CUDA; the parallel computing platform and programming model invented by NVIDIA. The main idea of the proposed implementation is assigning different nucleotide weights then merging the sub-sequences of match using the GPU Architecture according to predefined rules to get the optimum local alignment. We parallelize the whole solution for the pairwise DNA sequence alignment using CUDA and compare the results against a similar semi-parallelized solution and a traditional Smith-Waterman implementation on traditional processors; Experimental results demonstrate a considerable reduction in the running time.