Journal of Integrative Bioinformatics (Dec 2014)

High Performance Pattern Matching on Heterogeneous Platform

  • Soroushnia Shima,
  • Daneshtalab Masoud,
  • Plosila Juha,
  • Pahikkala Tapio,
  • Liljeberg Pasi

DOI
https://doi.org/10.1515/jib-2014-253
Journal volume & issue
Vol. 11, no. 3
pp. 88 – 98

Abstract

Read online

Pattern discovery is one of the fundamental tasks in bioinformatics and pattern recognition is a powerful technique for searching sequence patterns in the biological sequence databases. Fast and high performance algorithms are highly demanded in many applications in bioinformatics and computational molecular biology since the significant increase in the number of DNA and protein sequences expand the need for raising the performance of pattern matching algorithms. For this purpose, heterogeneous architectures can be a good choice due to their potential for high performance and energy efficiency. In this paper we present an efficient implementation of Aho-Corasick (AC) which is a well known exact pattern matching algorithm with linear complexity, and Parallel Failureless Aho-Corasick (PFAC) algorithm which is the massively parallelized version of AC algorithm without failure transitions, on a heterogeneous CPU/GPU architecture. We progressively redesigned the algorithms and data structures to fit on the GPU architecture. Our results on different protein sequence data sets show that the new implementation runs 15 times faster compared to the original implementation of the PFAC algorithm.