Skip to main content

HLA Genotyping Workflows (WDL)

This section documents the All of Us HLA workflows for per-sample HLA calling and cohort-level aggregation.

Quick Summary

  • Purpose: Perform HLA genotyping from aligned sequencing data and aggregate per-sample consensus calls.
  • Primary Outputs: Per-sample consensus HLA calls and combined cohort-level tables.

Workflow Overviews

StepWorkflowDescriptionWDL
1HLA Consensus GenotypingExtracts HLA reads, runs HLA-HD with conditional Polysolver/OptiType fallback, and emits consensus calls.WDL
2HLA Make TableCombines per-sample consensus calls into a cohort-level result table.WDL

Suggested Usage Pattern

  1. Run HLAGenotyping per sample.
  2. Collect consensus outputs and run MakeTable for cohort aggregation.

Feedback

Please help us make our tools better by filing an issue in WARP; we welcome pipeline-related suggestions or questions.