Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws-samples avatar

Aws Healthomics

  • 1 installs
  • 4 repo stars
  • Updated August 1, 2026
  • aws-samples/sample-healthomics-agentic-setup

aws-healthomics is a skill that helps create, migrate, run, debug and optimize genomics workflows in AWS HealthOmics via its MCP server.

About

Provides procedural knowledge for working with AWS HealthOmics genomics workflows through its MCP server. It routes to reference files for creating workflows from a Git repo or local files, running and batching runs, migrating WDL or Nextflow pipelines, versioning, troubleshooting failures, and VPC setup. A bioinformatics or platform developer uses it to build and operate genomics pipelines on AWS.

  • Routes to references for create, run, batch, migrate (WDL/Nextflow), version, and troubleshoot
  • Onboarding checks AWS identity and creates a .healthomics/config.toml
  • Works through the AWS HealthOmics MCP server

Aws Healthomics by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #933 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

aws-healthomics capabilities & compatibility

Requires an AWS account with HealthOmics access; workflow runs incur AWS compute and storage charges.

Capabilities
deploy stack
Works with
aws
Use cases
devops · ci cd · data analysis
Runs
Runs locally
Pricing
Bring your own API key
From the docs

What aws-healthomics says it does

Create, migrate, run, debug, and optimize genomics workflows in AWS HealthOmics.
SKILL.md
This skill provides procedural knowledge for working with AWS HealthOmics workflows via the MCP server.
SKILL.md
npx skills add https://github.com/aws-samples/sample-healthomics-agentic-setup --skill aws-healthomics

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars4
Last updatedAugust 1, 2026
Repositoryaws-samples/sample-healthomics-agentic-setup

What it does

Create, migrate, run, debug and optimize genomics workflows in AWS HealthOmics via its MCP server.

Who is it for?

Developers building and running WDL, Nextflow or CWL genomics pipelines on AWS HealthOmics

Skip if: Bioinformatics workflows not running on AWS HealthOmics

When should I use this skill?

Asked about HealthOmics, WDL, Nextflow, CWL, genomics pipelines, or bioinformatics workflows on AWS

What you get

A HealthOmics workflow created, migrated or run with correct IAM, storage and VPC configuration.

  • HealthOmics workflow
  • Migrated WDL/Nextflow pipeline
  • Configured run environment

By the numbers

  • 12 reference files for HealthOmics tasks

Files

SKILL.mdMarkdownGitHub ↗

AWS HealthOmics Skill

This skill provides procedural knowledge for working with AWS HealthOmics workflows via the MCP server.

Available Workflows

Load the appropriate reference file based on the task:

  • Create from Git reporeferences/git-integration.md
  • Create from local filesreferences/workflow-development.md
  • Run a workflowreferences/running-a-workflow.md
  • Batch runsreferences/batch-runs.md
  • Migrate WDLreferences/migration-guide-for-wdl.md
  • Migrate Nextflowreferences/migration-guide-for-nextflow.md
  • Version/update workflowreferences/workflow-versioning.md
  • Troubleshoot failuresreferences/troubleshooting.md
  • ECR containersreferences/ecr-pull-through-cache.md
  • VPC setupreferences/vpc-setup.md
  • VPC configurationreferences/healthomics-configuration.md
  • VPC connected runsreferences/vpc-connected-workflow-runs.md

Onboarding

1. Ensure valid AWS credentials are configured. 2. Run aws sts get-caller-identity to verify the account. 3. Check for or create .healthomics/config.toml:

omics_iam_role = "arn:aws:iam::<ACCOUNT_ID>:role/<HEALTHOMICS_ROLE_NAME>"
run_output_uri = "s3://<YOUR_BUCKET>/healthomics-outputs/"
run_storage_type = "DYNAMIC"

Related skills

FAQ

What workflow languages does it support?

It covers WDL, Nextflow and CWL genomics pipelines on AWS HealthOmics.

What is needed to onboard?

Valid AWS credentials, a verified account via aws sts get-caller-identity, and a .healthomics/config.toml with the IAM role and output URI.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.