Parasail: SIMD C library for global, semi-global, and local pairwise sequence alignments

抄録

<jats:title>Abstract</jats:title><jats:sec> <jats:title>Background</jats:title> <jats:p>Sequence alignment algorithms are a key component of many bioinformatics applications.</jats:p> <jats:p>Though various fast Smith-Waterman local sequence alignment implementations have been developed for x86 CPUs, most are embedded into larger database search tools. In addition, fast implementations of Needleman-Wunsch global sequence alignment and its semi-global variants are not as widespread. This article presents the first software library for local, global, and semi-global pairwise intra-sequence alignments and improves the performance of previous intra-sequence implementations.</jats:p> </jats:sec><jats:sec> <jats:title>Results</jats:title> <jats:p>A faster intra-sequence local pairwise alignment implementation is described and benchmarked, including new global and semi-global variants. Using a 375 residue query sequence a speed of 136 billion cell updates per second (GCUPS) was achieved on a dual Intel Xeon E5-2670 24-core processor system, the highest reported for an implementation based on Farrar’s ‘striped’ approach. Rognes’s SWIPE optimal database search application is still generally the fastest available at 1.2 to at best 2.4 times faster than Parasail for sequences shorter than 500 amino acids. However, Parasail was faster for longer sequences. For global alignments, Parasail’s prefix scan implementation is generally the fastest, faster even than Farrar’s ‘striped’ approach, however the opal library is faster for single-threaded applications. The software library is designed for 64 bit Linux, OS X, or Windows on processors with SSE2, SSE41, or AVX2. Source code is available from <jats:ext-link xmlns:xlink="http://www.w3.org/1999/xlink" ext-link-type="uri" xlink:href="https://github.com/jeffdaily/parasail">https://github.com/jeffdaily/parasail</jats:ext-link> under the Battelle BSD-style license.</jats:p> </jats:sec><jats:sec> <jats:title>Conclusions</jats:title> <jats:p>Applications that require optimal alignment scores could benefit from the improved performance. For the first time, SIMD global, semi-global, and local alignments are available in a stand-alone C library.</jats:p> </jats:sec>

収録刊行物

  • BMC Bioinformatics

    BMC Bioinformatics 17 (1), 81-, 2016-02-10

    Springer Science and Business Media LLC

被引用文献 (3)*注記

もっと見る

問題の指摘

ページトップへ