Skip to main content

CBIcall

CBIcall

Reproducible germline variant calling for Illumina DNA sequencing

CBIcall (CNAG Biomedical Informatics framework for variant calling) gives users a single command-line entry point for curated WES, WGS, and mtDNA workflows, while keeping run configuration, logs, and outputs traceable.

In one sentence

CBIcall validates a parameters YAML file, resolves the requested workflow, creates a run directory, and launches the matching Bash or Snakemake pipeline.

What CBIcall Does

CBIcall is an orchestrator. It does not re-implement alignment or variant calling algorithms; it runs curated workflows built from established tools such as BWA, GATK, and MToolBox.

  • validates the parameters YAML before launch
  • dispatches Bash or Snakemake workflows
  • records logs, provenance, run reports, and output fingerprints when available

Installation at a Glance

Use caseMethod
Local workstation or serverDocker
HPC clusterApptainer / Singularity
Development or debuggingFrom Source
Cloud reproducibility checkGoogle Cloud

Where to Go Next

GoalPage
Run the shipped test dataQuickstart
Run WES/WGS dataWES Example
Run mtDNA analysismtDNA Example
Understand output filesOutputs
See the system designArchitecture