genomics-workflow-acceleration

Map CPU-bound genomics workflow steps to NVIDIA Parabricks GPU equivalents.

413|62|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill genomics-workflow-acceleration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genomics-workflow-acceleration
Source: https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit/tree/main/plugins/bionemo-agent-toolkit/skills/genomics-workflow-acceleration
Command: npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill genomics-workflow-acceleration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the performance bottlenecks in genomics pipelines by mapping CPU-bound tasks to NVIDIA Parabricks, significantly reducing runtime and improving cost-efficiency without requiring a complete rewrite of existing workflows.

Core Features & Use Cases

  • In-place Acceleration: Integrates GPU-accelerated steps directly into existing Nextflow, Snakemake, WDL, or Python pipelines using runtime toggles.
  • Framework-Agnostic Mapping: Automatically identifies CPU-to-GPU tool mappings for common bioinformatics tasks like alignment, duplicate marking, and variant calling.
  • Validation & Parity: Provides a structured A/B comparison checklist to ensure GPU-accelerated outputs maintain scientific integrity compared to original CPU runs.

Quick Start

Use the genomics-workflow-acceleration skill to inspect the current pipeline and propose a plan to integrate Parabricks GPU steps with a runtime toggle.

Frequently Asked Questions about genomics-workflow-acceleration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I accelerate bioinformatics pipelines using NVIDIA GPUs?

You can accelerate bioinformatics pipelines by mapping CPU-bound tasks to NVIDIA Parabricks, using runtime toggles to integrate GPU-accelerated steps directly into existing workflows without requiring a complete rewrite.

Can I add GPU acceleration to existing Nextflow or Snakemake workflows?

Yes, you can add GPU acceleration to existing Nextflow, Snakemake, WDL, or Python pipelines by implementing in-place runtime toggles for optional acceleration.

What genomics tasks can be mapped to NVIDIA Parabricks for acceleration?

Common bioinformatics tasks like alignment, duplicate marking, and variant calling can be automatically mapped from CPU to GPU equivalents using NVIDIA Parabricks.

How do I validate scientific parity when switching genomics workflows to GPU acceleration?

You can validate scientific parity between CPU and GPU execution paths using a structured A/B comparison checklist to ensure GPU-accelerated outputs maintain scientific integrity compared to original runs.

What are the requirements for using GPU acceleration in genomics workflows?

Using GPU acceleration requires environment-specific validation of GPU readiness to ensure the system can properly execute the NVIDIA Parabricks accelerated equivalents.

Does accelerating genomics pipelines with GPUs require rewriting my workflow code?

No, accelerating genomics pipelines with GPUs does not require rewriting your workflow code, as the integration uses in-place runtime toggles to map CPU-bound steps to GPU equivalents.