SW-actors: accelerating the Smith-Waterman algorithm via actors

SW-actors:通过 Actor 加速 Smith-Waterman 算法

阅读:2

Abstract

MOTIVATION: The Smith-Waterman (SW) algorithm is widely regarded as the gold standard for local sequence alignment. However, its time complexity in a serial implementation limits its practicality for large datasets. In this article, we introduce SW-actors, a parallel implementation of the SW algorithm that leverages the actor model of concurrent computation to optimize resource utilization by efficiently scheduling and managing independent alignment tasks across processors at both the interalignment and intraalignment levels. RESULTS: SW-actors is compared with the state-of-the-art implementations Parasail, SeqAn, and SWIPE using four datasets of varying sequence lengths ranging from 85 to 74778 nucleotides. In terms of wall-clock time, SW-actors is 1.33  ×  , 2.00  ×  , 2.49 ×  , and 1.94  ×  faster than the next best implementation for the different datasets. SW-actors is up to 22  ×  faster than serial on 40 cores. The speedup is consistent for larger datasets and hence offers significant advantages for medium- to large-scale alignments. AVAILABILITY AND IMPLEMENTATION: The SW-actors source code and underlying data are available at https://git.cs.usask.ca/numerical_simulations_lab/actors/papers/sw-actors.

特别声明

1、本页面内容包含部分的内容是基于公开信息的合理引用;引用内容仅为补充信息,不代表本站立场。

2、若认为本页面引用内容涉及侵权,请及时与本站联系,我们将第一时间处理。

3、其他媒体/个人如需使用本页面原创内容,需注明“来源:[生知库]”并获得授权;使用引用内容的,需自行联系原作者获得许可。

4、投稿及合作请联系:info@biocloudy.com。