CBIcall (CNAG Biomedical Informatics framework for variant calling) is a configuration-driven framework for running and auditing variant-calling workflows across heterogeneous computing environments.
Users describe an analysis in one YAML file. CBIcall validates the request,
resolves compatible workflows and resources, launches the selected backend, and
records structured evidence for reproducibility and run comparison. The bundled
workflow collection is identified as cbicall-core; selected external nf-core
workflows are also supported.
Documentation: https://cnag-biomedical-informatics.github.io/cbicall/
Install CBIcall from PyPI:
python3 -m pip install --upgrade cbicallReady-to-run workflows require additional tools and reference resources. The documentation covers the resource bundle, optional Python integrations, source installation, Docker, and Apptainer.
Generate example WES and mtDNA reports without installing workflow dependencies or the external resource bundle:
cbicall demoFor a configured analysis:
cbicall run -p parameters.yaml -t 4CBIcall: a configuration-driven framework for variant calling in large sequencing cohorts. Preprint DOI.
Manuel Rueda, PhD. CNAG: https://www.cnag.eu
CBIcall is distributed under the GPLv3 license.