What problem does it solve?
Setting up germline DNA variant-calling workflows requires coordinating reference builds, known-sites resources, sample models, QC checks, and caller selection, and mistakes in any of these produce invalid VCF results.
Core Features & Use Cases
- Workflow Routing: Directs full FASTQ/BAM-to-VCF runs to nf-core/sarek and focused tasks to GATK4, DeepVariant, samtools, or bcftools.
- Preflight Validation: Checks reference build, known-sites for BQSR, target BEDs, sample model, and resource readiness before execution.
- Cohort and Trio Support: Handles singleton, cohort, duo, trio, and family models with gVCF emission, joint genotyping, and Mendelian QC checks.
- Use Case: Given a trio WES dataset in CRAM format, generate a validated sarek or GATK4 command plan with BQSR known-sites, target BED handling, and a QC summary covering coverage, contamination, and sex concordance.
Quick Start
Ask the assistant to plan a germline variant-calling workflow for your WGS or WES samples, specifying the input format, reference build, and sample model.