# AWS Healthomics

> Create, migrate, run, debug and optimize genomics workflows in AWS HealthOmics. Use when mentioning HealthOmics, WDL, CWL, Nextflow, genomics, or bioinformatics pipelines.

- Skill: `whchoi98/aws-healthomics` (Agent Skill)
- Install (CLI): `npx skillmds@latest add whchoi98/aws-healthomics`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whchoi98/aws-healthomics/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: whchoi98 (https://skillmd.com/u/whchoi98)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/whchoi98/aws-healthomics

---


# AWS HealthOmics

## Overview
Create, migrate, run, debug and identify optimization opportunities for genomics workflows (WDL, Nextflow, CWL) in AWS HealthOmics.

## When to Use
- Creating workflows from Git repos or local files
- Running deployed HealthOmics workflows
- Batch runs (multiple samples)
- Migrating existing WDL/Nextflow workflows
- Diagnosing workflow creation issues or run failures
- Using public containers via ECR Pullthrough Caches

## Setup
1. Ensure valid AWS credentials
2. Get account number: `aws sts get-caller-identity`
3. Create `.healthomics/config.toml` with omics_iam_role and run_output_uri
4. Requires `uvx` installed

## MCP Server Config
```json
{
  "mcpServers": {
    "healthomics": {
      "command": "uvx",
      "args": ["awslabs.aws-healthomics-mcp-server@latest"],
      "env": {
        "AWS_PROFILE": "default",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}
```

