-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aleksey Ermolaev edited this page Apr 25, 2026
·
8 revisions
ChoCallate (Chorus of Callers) is a Nextflow pipeline for consensus-based variant calling. It combines results from multiple variant callers and applies configurable consensus rules to produce high-confidence SNVs and indels.
- Reads: FASTQs, or a pre-aligned BAM (if you provide a BAM, read mapping is skipped)
- Reference genome: FASTA (plus any indexes required by the selected tools)
- Consensus variant calls: BCF and/or VCF (depending on options)
- Reports and logs: per-step outputs for troubleshooting
- (Optional) Read mapping
- BAM preprocessing: filtering, (optional) duplicate marking, (optional) indel left-alignment
- Variant calling with multiple callers
- Consensus generation
- (Optional) Merge caller outputs
- (Optional) Convert BCF → VCF