News Article · Jun 12, 2026 at 3:42 PM
3 min read 0
Member
Hidden GPU pipeline failures cost genomics teams up to 25% more per sample, Nebius warns
Cloud #genomics #GPU cloud #pipeline failures #Nebius #bioinformatics

Hidden GPU pipeline failures cost genomics teams up to 25% more per sample, Nebius warns

Genomics teams running GPU-accelerated pipelines in the cloud may be wasting up to 25% of compute spend on failed and restarted runs, according to Nebius. The hidden cost, invisible in standard cost-per-sample metrics, can add tens of thousands of dollars annually for a mid-size lab.

Listen to this article 3 min

Genomics teams moving short-read sequencing pipelines to GPU-accelerated cloud infrastructure may be paying 25 percent more per completed sample than their metrics show, according to Nebius, a cloud provider specializing in AI and life sciences workloads. The hidden cost stems from pipeline failures that force full restarts, and the waste is invisible in standard cost-per-sample reporting.

The typical whole genome germline variant calling pipeline runs for roughly two hours on an Nvidia H200 GPU and costs about $9 at current on-demand rates. But Nebius reports that among its genomics customers, between 15 and 40 percent of pipeline runs hit at least one failure and restart before completion. At a 25 percent failure rate, the real cost per completed sample climbs to $11.25, a markup that never shows up in the budget.

Waste accumulates in config failures and spot instance interruptions

Nebius senior product manager Anastasia Raskolova, writing for The Register, attributed the problem to a mismatch between CPU-era assumptions and GPU cloud reality. Neither workflow managers nor checkpointing systems are the root cause, she argued. Instead, misconfigured persistent disks for cache directories cause resume flags to fail, restarting pipelines from step one. Large tasks that fail mid-execution also require a full rerun because checkpointing happens only at step boundaries.

Key factors driving the waste include:

  • Workflow managers like Nextflow require properly configured persistent disk space for their cache directory; without it, resumption fails automatically.
  • Spot instances, often used to cut GPU costs, interrupt runs more frequently, pushing failure rates toward the 40 percent upper bound.
  • Standard cost-per-sample accounting adds the retry cost into the completed sample, hiding the waste from finance and operations teams.
  • For a team processing 2,000 samples monthly, the hidden cost reaches $4,500 per month, or $54,000 annually.
  • Storage costs per genome are manageable at roughly 30 GB compressed, but retrieval costs can spike if data is cold and must be read back for retries.

Cloud providers and tool makers face pressure to surface retry metrics

The findings highlight a broader gap in cloud cost observability for genomics. Most cloud cost management tools track per-resource spend but do not attribute dollars to failed runs. Nebius suggested that platform leads and ML infrastructure engineers should shift their primary metric from cost per sample to cost per attempt, which includes failed runs as a separate line item. Short-read sequencing workflows remain the dominant data type in production genomics, so the problem is widespread. Nebius did not offer a timeline for releasing tooling to make retry waste transparent, but noted that better configuration documentation and defaults could cut failure rates among teams newer to GPU cloud. The company expects more genomics teams to adopt GPU acceleration for AI-driven variant calling tools such as Parabricks, which will make the cost mismatch more acute if left unmeasured.

Fact check

  • A typical whole genome germline variant calling pipeline costs about $9 per sample on an H200 GPU at current on-demand rates.

    reported · source

  • Between 15 and 40 percent of pipeline runs hit at least one failure and restart before completion among Nebius genomics customers.

    reported · source

  • At a 25 percent failure rate, the real cost per sample rises to $11.25, and a team processing 2,000 monthly samples loses $4,500 per month in retry waste.

    reported · source

  • A standard whole genome generates roughly 200 GB of raw FASTQ data, compressed to about 30 GB in cold storage.

    reported · source

Source reporting (12)

0 Comments

No comments yet

Be the first to share your thoughts on this article.