Skip to main content

Overview

Beacon v2 data preparation

Turn metadata and genomic files into portable BFF collections.

Build and validate BFF metadata from XLSX, validate existing JSON, convert genomic data, and inspect the result before connecting it to a Beacon implementation.

Beacon v2 CBI Tools does one job: it prepares data in the Beacon Friendly Format (BFF) for Beacon v2. Its command-line interface is called bff-tools.

Flow from metadata, VCF, and SNP-array inputs through bff-tools to portable BFF files, followed by an independently deployed storage layer and Beacon API

Choose a Starting Point

Core Commands

CommandUse it for
bff-tools doctorCheck installed capabilities and annotation-resource readiness without running a pipeline
bff-tools demoVerify an installation and inspect generated BFF without external annotation resources
bff-tools validateBuild and validate BFF metadata from XLSX, or validate existing BFF JSON
bff-tools vcfConvert a VCF or VCF.gz file into BFF genomicVariations
bff-tools tsvConvert supported SNP-array text data through VCF into BFF

Raw VCF and SNP-array workflows require the full annotation data to add ANN, dbNSFP, ClinVar, and COSMIC fields before conversion. Annotation is enabled by default. Use --no-annotate only for a VCF that already contains a compatible SnpEff ANN header and annotations.

Research use

The toolkit prepares and validates data structures. It does not establish clinical validity and must not be used by itself for medical decisions.