English

Serverless Approach to Running Resource-Intensive STAR Aligner

Distributed, Parallel, and Cluster Computing 2025-04-08 v1

Abstract

The application of serverless computing for alignment of RNA-sequences can improve many existing bioinformatics workflows by reducing operational costs and execution times. This work analyzes the applicability of serverless services for running the STAR aligner, which is known for its accuracy and large memory requirement. This presents a challenge, as serverless services were designed for light and short tasks. Nevertheless, we successfully deploy a STAR-based pipeline on AWS ECS service, propose multiple optimizations, and perform experiment with 17 TBs of data. Results are compared against standard virtual machine (VM) based solution showing that serverless is a valid alternative for small-scale batch processing. However, in large-scale where efficiency matters the most, VMs are still recommended.

Keywords

Cite

@article{arxiv.2504.05078,
  title  = {Serverless Approach to Running Resource-Intensive STAR Aligner},
  author = {Piotr Kica and Michał Orzechowski and Maciej Malawski},
  journal= {arXiv preprint arXiv:2504.05078},
  year   = {2025}
}

Comments

Accepted at CCGrid2025 conference in the poster format

R2 v1 2026-06-28T22:49:26.902Z