tiledbvcf
Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.
npx skills add K-Dense-AI/scientific-agent-skills --skill tiledbvcf --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# TileDB-VCF ## Overview TileDB-VCF is a high-performance C++ library with Python and CLI interfaces for efficient storage and retrieval of genomic variant-call data. Built on TileDB's sparse array technology, it enables scalable ingestion of VCF/BCF files, incremental sample addition without expensive merging operations, and efficient parallel queries of variant data stored locally or in the cloud. ## When to Use This Skill This skill should be used when: - Learning TileDB-VCF concepts and workflows - Prototyping genomics analyses and pipelines - Working with small-to-medium datasets (< 1000 samples) - Need incremental addition of new samples to existing datasets - Require efficient querying of specific genomic regions across many samples - Working with cloud-stored variant data (S3, Azure, GCS) - Need to export subsets of large VCF datasets - Building variant databases for cohort studies - Educational projects and method development - Performance is critical for variant data operations ## Quick Start ### Installation **Preferred Method: Conda/Mamba** ```bash # Enter the following two lines if you are on a M1 Mac CONDA_SUBDIR=osx-64 conda config --env --set subdir osx-64 # Create
- Overview
- When to Use This Skill
- Quick Start
- Installation
- Basic Examples
- Core Capabilities
- 1. Dataset Creation and Ingestion
- 2. Efficient Querying and Filtering
- 3. Data Export and Interoperability
- 4. Population Genomics Workflows
- Key Concepts
- Array Schema and Data Model
- Coordinate Systems and Regions
- Memory Management
Enter the following two lines if you are on a M1 Mac conda config --env --set subdir osx-64 Create the conda environment conda create -n tiledb-vcf "python<3.10" conda activate tiledb-vcf Mamba is a faster and more reliable alternative to conda conda install -c conda-forge mamba Install TileDB-Py and TileDB-VCF, align with other useful libraries mamba install -y -c conda-forge -c bioconda -c tiledb tiledb-py tiledbvcf-py pandas pyarrow numpy docker pull tiledb/tiledbvcf-py # Python interface
What does the tiledbvcf skill do?
Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.
How do I install it?
Run `npx skills add K-Dense-AI/scientific-agent-skills --skill tiledbvcf --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
