alterlab-tiledbvcf

Ingest VCF/BCF files into TileDB-VCF and query genomic variants.

58|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/AlterLab-IEU/AlterLab-Academic-Skills --skill alterlab-tiledbvcf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alterlab-tiledbvcf
Source: https://github.com/AlterLab-IEU/AlterLab-Academic-Skills/tree/main/skills/bioinformatics/alterlab-tiledbvcf
Command: npx skills add https://github.com/AlterLab-IEU/AlterLab-Academic-Skills --skill alterlab-tiledbvcf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TileDB-VCF enables efficient storage and retrieval of genomic variant-call data, addressing the complexity of managing large-scale VCF datasets and simplifying data workflows for researchers.

Core Features & Use Cases

  • High-performance ingestion of single-sample VCFs with index support, enabling incremental sample addition without reprocessing.
  • Fast region-based queries across thousands of samples, with parallel execution and cloud storage compatibility.
  • Flexible data export and interoperability for downstream analyses and cohort studies.
  • Suitable for population genomics workflows, GWAS preparation, and scalable variant data management.

Quick Start

Install TileDB-VCF, create a dataset, and begin ingesting single-sample VCFs to start querying variants.

Frequently Asked Questions about alterlab-tiledbvcf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store and query large-scale genomic variant data efficiently?

Efficient genomic variant data storage and querying is achieved by organizing VCF/BCF files into a TileDB-VCF dataset. This enables scalable ingestion, parallel region queries, and incremental sample additions without reprocessing existing data.

Can I add new samples to an existing VCF dataset without reprocessing everything?

Yes, adding new samples to an existing VCF dataset does not require reprocessing. TileDB-VCF supports incremental sample addition through high-performance ingestion of single-sample VCF files with index support.

What is the best way to perform region queries across thousands of genomic samples?

The best way to perform region queries across thousands of genomic samples is using parallel execution. TileDB-VCF facilitates fast region-based queries across large cohorts with memory-conscious configurations and cloud storage compatibility.

Does TileDB-VCF work with cloud storage for population genomics workflows?

Yes, TileDB-VCF works with cloud storage for population genomics workflows. It provides flexible data export and interoperability, making it suitable for cohort studies, GWAS preparation, and scalable variant data management.

How do I export VCF data for downstream analysis?

You can export VCF data for downstream analysis using transparent export features. TileDB-VCF supports both CLI and Python interfaces to extract and export queried variant data efficiently for further bioinformatics processing.

Do I need Python to interact with TileDB-VCF datasets?

No, you do not strictly need Python as TileDB-VCF offers both CLI and Python interfaces. You can ingest VCF/BCF files and perform parallel region queries using either command-line tools or Python scripts.