What problem does it solve?
Somatic variant calling requires careful tumor-normal pairing, contamination checks, panel-of-normals selection, and purity-aware filtering; mistakes in any of these steps silently corrupt results. This Skill structures the entire workflow so pairing, resources, and QC are verified before and after execution.
Core Features & Use Cases
- Workflow Planning and Routing: Confirms design (tumor-normal, tumor-only, relapse-baseline, multi-tumor), assay type (WGS, WES, panel), and routes to nf-core/sarek or a direct GATK Mutect2 runner.
- Resource and Pairing Validation: Generates pairing tables, resource manifests, readiness reports, and advisory checks for reference builds, germline resources, and panels of normals.
- QC and Review Outputs: Produces contamination/filtering artifacts, somatic QC summaries, per-pair review tables, and filtered VCF outputs.
- Use Case: Given a tumor-normal WES cohort with prepared BAMs, run the preflight check, verify the pairing table and PON compatibility, then execute Mutect2 and review the filtered call counts and QC summary.
Quick Start
Plan a tumor-normal somatic variant-calling workflow from my BAM files, verify the pairing and reference resources, and run the preflight check before executing Mutect2.