DSA: Scalable Distributed Sequence Alignment System Using SIMD Instructions.

Bo Xu,Changlong Li,Hang Zhuang,Jiali Wang,Qingfeng Wang,Jinhong Zhou,Xuehai Zhou
DOI: https://doi.org/10.1109/ccgrid.2017.74
2017-01-01
Abstract:Sequence alignment algorithms are a basic and critical component of many bioinformatics fields. With rapid development of sequencing technology, the fast growing reference database volumes and longer length of query sequence become new challenges for sequence alignment. However, the algorithms have prohibitively high time and space complexity. In this paper, we present DSA, a scalable distributed sequence alignment system that employs Apache Spark to process sequences data in a horizontally scalable distributed environment, and leverages data parallel strategy based on Single Instruction Multiple Data (SIMD) instruction to parallelize the algorithms in each core of worker node. The experimental results demonstrate that 1) DSA has outstanding performance and achieves up to 201x speedup over SparkSW. 2) DSA has excellent scalability and achieves near linear speedup when increasing the number of nodes in cluster.
What problem does this paper attempt to address?