Search bioRxiv⌕ Search

Biology subjects

Kallenborn, F.

Publications and source records attributed to Kallenborn, F..

3 recordsLinked to original sources

QutRNA2: Robust tRNA modification discovery from Nanopore direct tRNA sequencing

Transfer RNAs (tRNAs) are essential for protein synthesis and are extensively modified to ensure their structure and function. Direct RNA sequencing with Oxford Nanopore Technologies enables positional modification analysis but is challenged by tRNAs short length, redundancy, and dense modifications. We present QutRNA2, a scalable workflow featuring GPU-accelerated local alignment, statistical filtering, pairwise error profile comparison, and customizable visualization. Achieving up to 25-fold speed gains over CPU methods, QutRNA2 identifies enzyme-dependent modifications in nuclear- and mitochondrial-encoded tRNAs, demonstrated in human and mouse samples. This open-source solution provides a comprehensive, multiplexing-compatible framework for tRNA analysis, addressing a key gap in current tools.

bioinformatics↗

GPU-accelerated homology search with MMseqs2

Rapidly growing protein databases demand faster sensitive sequence similarity detection. We present GPU-accelerated search utilizing intra-query parallelization delivering 6x faster single-protein searches compared to state-of-the-art CPU methods on 2x64 cores--speeds previously requiring large protein batches. It is most cost effective, including in large-batches at 0.45x MMseqs2-CPU speed (8 GPUs delivering 2.4x). It accelerates ColabFold structure prediction 31.8x compared to AlphaFold2 and Foldseek search 4-27x. MMseqs2-GPU is open-source at mmseqs.com.

bioinformatics↗

CUDASW++4.0: Ultra-fast GPU-based Smith-Waterman Protein Sequence Database Search

BackgroundThe maximal sensitivity for local pairwise alignment makes the Smith-Waterman algorithm a popular choice for protein sequence database search. However, its quadratic time complexity makes it compute-intensive. Unfortunately, current state-of-the-art software tools are not able to leverage the massively parallel processing capabilities of modern GPUs with close-to-peak performance. This motivates the need for more efficient implementations. ResultsCUDASW++4.0 is a fast software tool for scanning protein sequence databases with the Smith-Waterman algorithm on CUDA-enabled GPUs. Our approach achieves high efficiency for dynamic programming-based alignment computation by minimizing memory accesses and instructions. We provide both efficient matrix tiling, and sequence database partitioning schemes, and exploit next generation floating point arithmetic and novel DPX instructions. This leads to close-to-peak performance on modern GPU generations (Ampere, Ada, Hopper) with throughput rates of up to 1.94 TCUPS, 5.01 TCUPS, 5.71 TCUPS on an A100, L40S, and H100, respectively. Evaluation on the Swiss-Prot, UniRef50, and TrEMBL databases shows that CUDASW++4.0 gains over an order-of-magnitude performance improvements over previous GPU-based approaches (CUDASW++3.0, ADEPT). In addition, our algorithm demonstrates significant speedups over top-performing CPU-based tools (BLASTP, SWIPE, SWIMM2.0), can exploit multi-GPU nodes with linear scaling, and features an impressive energy efficiency of up to 15.7 GCUPS/Watt. ConclusionCUDASW++4.0 changes the standing of GPUs in protein sequence database search with Smith-Waterman alignment by providing close-to-peak performance on modern GPUs. It is freely available at https://github.com/asbschmidt/CUDASW4.

bioinformatics↗