Related Experiment Video
Updated: Sep 11, 2025

11:11
Detection of Rare Mutations in CtDNA Using Next Generation Sequencing
Published on: August 24, 2017
16.9K
GenMPI: Cluster Scalable Variant Calling for Short/Long Reads Sequencing Data.
IEEE Transactions on Computational Biology and Bioinformatics
|August 14, 2025
Summary
GenMPI accelerates genomic variant calling using Message Passing Interface (MPI) for efficient parallel processing. This high-performance workflow significantly speeds up clinical diagnosis by outperforming existing big data solutions.
Area of Science:
- Genomics
- Bioinformatics
- High-Performance Computing
Background:
- High-throughput sequencing generates vast amounts of data, posing computational challenges for real-time analysis.
- Single-node processing is a bottleneck for timely clinical diagnosis from large sequencing datasets.
Purpose of the Study:
- To develop a scalable and efficient variant calling workflow for rapid genomic data processing.
- To leverage Message Passing Interface (MPI) for parallel computation on distributed systems.
Main Methods:
- Implemented a portable variant calling workflow (GenMPI) using MPI for parallel data processing.
- Optimized data streaming and utilized MPI Remote Memory Access (RMA) for distributed operations.
- Integrated various aligners (BWA-MEM, Minimap2) and variant callers (GATK HaplotypeCaller, DeepVariant, Octopus, Clair3) for short and long reads.
Main Results:
- GenMPI demonstrates near-linear scalability for alignment up to 64 nodes (8192 CPU cores).
- The workflow achieves a two-fold performance improvement over existing big data solutions and is 20% faster than other MPI implementations.
- Variant calling accuracy is maintained compared to single-node methods, with scalable performance up to 8 nodes.
Conclusions:
- GenMPI provides a flexible, portable, and high-performance solution for large-scale genomic variant calling.
- The workflow accelerates real-time clinical diagnosis by overcoming computational bottlenecks in processing sequencing data.
- The developed system enhances the efficiency of genomic data analysis across diverse sequencing platforms.
Related Concept Videos
RNA-seq
10.4K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
10.4K
Next-generation Sequencing
92.6K
The first human genome sequencing project cost $2.7 billion and was declared complete in 2003, after 15 years of international cooperation and collaboration between several research teams and funding agencies. Today, with the advent of next-generation sequencing technologies, the cost and time of sequencing a human genome have dropped over 100 fold.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
92.6K

