International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 84 - Issue 1 |
Published: December 2013 |
Authors: H. Khaled, R. El Gohary, N. L. Badr, H. M. Faheem |
![]() |
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
@article{ 10.5120/14542-2619, author = { H. Khaled,R. El Gohary,N. L. Badr,H. M. Faheem }, title = { Accelerating pairwise DNA Sequence Alignment using the CUDA compatible GPU }, journal = { International Journal of Computer Applications }, year = { 2013 }, volume = { 84 }, number = { 1 }, pages = { 25-31 }, doi = { 10.5120/14542-2619 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2013 %A H. Khaled %A R. El Gohary %A N. L. Badr %A H. M. Faheem %T Accelerating pairwise DNA Sequence Alignment using the CUDA compatible GPU%T %J International Journal of Computer Applications %V 84 %N 1 %P 25-31 %R 10.5120/14542-2619 %I Foundation of Computer Science (FCS), NY, USA
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.