Skip to content

Commit

Permalink
gkgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
calkan committed Feb 28, 2024
1 parent 056dd9d commit 544b597
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added images/software/gkgpu.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions software/_posts/2024-02-14-gatekeepergpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: tool
title: GateKeeper-GPU
description: GPGPU design for accelerating pre-alignment in DNA short and long read mapping
image: /images/software/gkgpu.png
contributors:
- Zülal Bingöl
- Mohammed Alser
year: 2024
repo: BilkentCompGen/GateKeeper-GPU
---

# GateKeeper-GPU: GPGPU design for accelerating pre-alignment in DNA short and long read mapping

At the last step of short read mapping, the candidate locations of the reads on the reference genome are verified to compute their differences from the corresponding reference segments using sequence alignment algorithms. Calculating the similarities and differences between two sequences is still computationally expensive since approximate string matching techniques traditionally inherit dynamic programming algorithms with quadratic time and space complexity. We introduce GateKeeper-GPU, a fast and accurate pre-alignment filter that efficiently reduces the need for expensive sequence alignment. GateKeeper-GPU provides two main contributions: first, improving the filtering accuracy of GateKeeper (a lightweight pre-alignment filter), and second, exploiting the massive parallelism provided by the large number of GPU threads of modern GPUs to examine numerous sequence pairs rapidly and concurrently. By reducing the work, GateKeeper-GPU provides an acceleration of 2.9x to sequence alignment and up to 1.4x speedup to the end-to-end execution time of a comprehensive read mapper (mrFAST).


# Citations

- [**GateKeeper-GPU: Fast and Accurate Pre-Alignment Filtering in Short Read Mapping**](https://ieeexplore.ieee.org/document/10436437). Zülal Bingöl, Mohammed Alser, Onur Mutlu, Ozcan Ozturk, Can Alkan. (2024) [**arXiv preprint**](https://arxiv.org/abs/2103.14978) / [**Extended Abstract: HiCOMB 2021**](https://ieeexplore.ieee.org/abstract/document/9460690)

0 comments on commit 544b597

Please sign in to comment.