Downloads provided by UsageCounts
Abstract Motivation Recent advances in sequencing technologies have stressed the critical role of sequence analysis algorithms and tools in genomics and healthcare research. In particular, sequence alignment is a fundamental building block in many sequence analysis pipelines and is frequently a performance bottleneck both in terms of execution time and memory usage. Classical sequence alignment algorithms are based on dynamic programming and often require quadratic time and memory with respect to the sequence length. As a result, classical sequence alignment algorithms fail to scale with increasing sequence lengths and quickly become memory-bound due to data-movement penalties. Results Processing-In-Memory (PIM) is an emerging architectural paradigm that seeks to accelerate memory-bound algorithms by bringing computation closer to the data to mitigate data-movement penalties. This work presents BIMSA (Bidirectional In-Memory Sequence Alignment), a PIM design and implementation for the state-of-the-art sequence alignment algorithm BiWFA (Bidirectional Wavefront Alignment), incorporating new hardware-aware optimizations for a production-ready PIM architecture (UPMEM). BIMSA supports aligning sequences up to 100K bases, exceeding the limitations of state-of-the-art PIM implementations. First, BIMSA achieves speedups up to 22.24× (11.95× on average) compared to state-of-the-art PIM-enabled implementations of sequence alignment algorithms. Second, achieves speedups up to 5.84× (2.83× on average) compared to the highest-performance multicore CPU implementation of BiWFA. Third, BIMSA exhibits linear scalability with the number of compute units in memory, enabling further performance improvements with upcoming PIM architectures equipped with more compute units and achieving speedups up to 9.56× (4.7× on average). Availability and implementation Code and documentation are publicly available at https://github.com/AlejandroAMarin/BIMSA.
Original Paper, Bioinformatics, Bidirectional in-memory sequence alignment, Processing-In-memory, Bidirectional wavefront alignment, Computational Biology, Biological Sciences, 004, PIM, Àrees temàtiques de la UPC::Informàtica::Informàtica teòrica::Algorísmica i teoria de la complexitat, Àrees temàtiques de la UPC::Informàtica::Aplicacions de la informàtica::Bioinformàtica, Àrees temàtiques de la UPC::Enginyeria electrònica, Sequence Alignment, Algorithms, Software
Original Paper, Bioinformatics, Bidirectional in-memory sequence alignment, Processing-In-memory, Bidirectional wavefront alignment, Computational Biology, Biological Sciences, 004, PIM, Àrees temàtiques de la UPC::Informàtica::Informàtica teòrica::Algorísmica i teoria de la complexitat, Àrees temàtiques de la UPC::Informàtica::Aplicacions de la informàtica::Bioinformàtica, Àrees temàtiques de la UPC::Enginyeria electrònica, Sequence Alignment, Algorithms, Software
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 9 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Top 10% | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Top 10% |
| views | 17 | |
| downloads | 7 |

Views provided by UsageCounts
Downloads provided by UsageCounts