Skip to content

Efficient CUDA code for pairwise local alignment of two sequences.

Notifications You must be signed in to change notification settings

CJ101192/CUDA-align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-align

Efficient CUDA code for pairwise local alignment of two sequences. Use makefile to compile the code. To execute type : mpirun SW_exe argument1 argument2

argument1: size of the subject sequence,

argument2: size of the query sequence

The algorithm implemented by this codebase is described in the following peer-reviewed publication. Please cite this paper, when using our code for academic purposes:

Chirag Jain, Subodh Kumar. "Fine-grained GPU parallelization of pairwise local sequence alignment" High Performance Computing (HiPC), 2014 21st International Conference on. IEEE, 2014. dx.doi.org/10.1109/HiPC.2014.7116912

About

Efficient CUDA code for pairwise local alignment of two sequences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published