Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Multi-emission metal-organic frameworks for ratiometric detection of tetracycline antibiotics.

Food chemistry·2026
Same author

AI Chatbot characteristics and Gen Z consumers' purchase behavior: A cognitive-affective-behavioral perspective.

Acta psychologica·2026
Same author

MILGDF: A Multi-Task Instance-Level Supervised Learning Framework for Oral Cancer Incorporating Local-Global Attention Mechanisms With Adaptive Decision Fusion.

Oral diseases·2026
Same author

Allogeneic CRISPR-Engineered CAR-T Cells Drive Potent Antitumor Activity in Solid Tumors.

bioRxiv : the preprint server for biology·2026
Same author

A direct comparison of the measurement properties of the PROMIS-16 and EQ-5D-5L in the U.S. general population.

Quality of life research : an international journal of quality of life aspects of treatment, care and rehabilitation·2026
Same author

Deep learning-enhanced SERS biosensing platform for the intelligent differential diagnosis of ankylosing spondylitis and osteoarthritis.

Spectrochimica acta. Part A, Molecular and biomolecular spectroscopy·2026
Same journal

Dynamic Memory Management in Massively Parallel Systems: A Case on GPUs.

ICS ... : proceedings of the ... ACM International Conference on Supercomputing. International Conference on Supercomputing·2022
Same journal

High-throughput Bayesian Network Learning using Heterogeneous Multicore Computers.

ICS ... : proceedings of the ... ACM International Conference on Supercomputing. International Conference on Supercomputing·2017
Same journal

Toward Millions of File System IOPS on Low-Cost, Commodity Hardware.

ICS ... : proceedings of the ... ACM International Conference on Supercomputing. International Conference on Supercomputing·2014
See all related articles

Related Experiment Video

Updated: Jul 19, 2025

Author Spotlight: A Cost-Effective Genomic Workflow for Advancing Rabies Control in Resource-Limited Settings
10:26

Author Spotlight: A Cost-Effective Genomic Workflow for Advancing Rabies Control in Resource-Limited Settings

Published on: August 18, 2023

5.3K

Accelerating BWA-MEM Read Mapping on GPUs.

Minh Pham1, Yicheng Tu1, Xiaoyi Lv2

  • 1University of South Florida, Tampa, FL, USA.

ICS ... : Proceedings of the ... ACM International Conference on Supercomputing. International Conference on Supercomputing
|August 16, 2023
PubMed
Summary
This summary is machine-generated.

This study implements the BWA-MEM short-read mapping program on GPUs, achieving significant speedups. The GPU implementation offers faster DNA sequence analysis compared to CPU-based methods.

Keywords:
BWAGPUMassively parallel algorithmsNGS alignment

More Related Videos

Author Spotlight: Strategies for Mounting Zebrafish Embryos for High-Resolution Multiview Light-Sheet Microscopy — Techniques for Imaging and Image Reconstruction
08:33

Author Spotlight: Strategies for Mounting Zebrafish Embryos for High-Resolution Multiview Light-Sheet Microscopy — Techniques for Imaging and Image Reconstruction

Published on: July 19, 2024

841
High-Throughput Analysis of Optical Mapping Data Using ElectroMap
07:36

High-Throughput Analysis of Optical Mapping Data Using ElectroMap

Published on: June 4, 2019

9.4K

Related Experiment Videos

Last Updated: Jul 19, 2025

Author Spotlight: A Cost-Effective Genomic Workflow for Advancing Rabies Control in Resource-Limited Settings
10:26

Author Spotlight: A Cost-Effective Genomic Workflow for Advancing Rabies Control in Resource-Limited Settings

Published on: August 18, 2023

5.3K
Author Spotlight: Strategies for Mounting Zebrafish Embryos for High-Resolution Multiview Light-Sheet Microscopy — Techniques for Imaging and Image Reconstruction
08:33

Author Spotlight: Strategies for Mounting Zebrafish Embryos for High-Resolution Multiview Light-Sheet Microscopy — Techniques for Imaging and Image Reconstruction

Published on: July 19, 2024

841
High-Throughput Analysis of Optical Mapping Data Using ElectroMap
07:36

High-Throughput Analysis of Optical Mapping Data Using ElectroMap

Published on: June 4, 2019

9.4K

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Genomics

Background:

  • Next-Generation Sequencing (NGS) generates vast amounts of DNA data, necessitating efficient analysis tools.
  • Mapping short DNA reads to a reference genome is a computationally intensive bottleneck in NGS data analysis.
  • BWA-MEM and BWA-MEM2 are popular CPU-optimized algorithms for read mapping.

Purpose of the Study:

  • To implement the BWA-MEM read mapping algorithm on Graphics Processing Units (GPUs).
  • To identify and address challenges in adapting BWA-MEM's algorithms and data structures for GPU architecture.
  • To evaluate the performance of the GPU implementation against established CPU-based versions.

Main Methods:

  • Developed a GPU implementation of the BWA-MEM algorithm, addressing seeding, seed chaining, Smith-Waterman alignment, memory management, and I/O.
  • Conducted performance comparisons using NVIDIA A40, A6000, and A100 GPUs against a 64-thread CPU running BWA-MEM and BWA-MEM2.
  • Performed stage-wise analysis to assess speedups in key computational stages.

Main Results:

  • Achieved up to 6.8x speedup over BWA-MEM and 3.8x over BWA-MEM2 on high-end GPUs.
  • Demonstrated significant speedups in seeding/chaining (up to 4x), Smith-Waterman (up to 2.5x), and SAM output generation (up to 7.9x).
  • This represents the first known attempt to implement the entire BWA-MEM program on GPUs.

Conclusions:

  • GPU acceleration of BWA-MEM is feasible and offers substantial performance improvements for DNA sequence mapping.
  • The developed GPU implementation addresses key computational challenges, providing a faster alternative for NGS data analysis.
  • This work paves the way for more efficient genomic data processing pipelines.