What problem does it solve?
DNA variant calling requests vary widely by assay and sample model, and running one generic pipeline on germline, somatic, or UMI-panel data produces incorrect assumptions and unreliable calls. This Skill classifies the request and dispatches it to the correct subtype workflow before any execution.
Core Features & Use Cases
- Request Classification: Routes WGS, WES, or targeted panel requests to germline, somatic, or UMI-panel subtype skills based on sample model and input type (FASTQ, BAM, CRAM).
- Public Workflow Planning: Prefers nf-core/sarek for end-to-end runs, with GATK4, DeepVariant, samtools, and bcftools for focused tasks.
- Local Execution Package: Runs a compact BAM/CRAM-to-VCF pipeline with region filtering, depth summaries, and resource readiness artifacts.
- Use Case: A researcher with tumor-normal WES BAM files gets routed to the somatic subtype skill, then receives a preflight-checked nf-core/sarek plan with the correct target BED and pair metadata verified.
Quick Start
Classify my DNA sequencing run, choose germline, somatic, or UMI-panel routing, and prepare a preflight-first variant calling plan.