alpha-vantage
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Maintainer Jeremy Leipzig · Last updated April 1, 2026
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.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/tiledbvcf
Skill Snapshot
Source Doc
This skill should be used when:
Preferred Method: Conda/Mamba
## Create the conda environment
conda create -n tiledb-vcf "python<3.10"
conda activate tiledb-vcf
Related skills
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Parse and analyze multiple sequence alignments using Biopython. Extract sequences, identify conserved regions, analyze gaps, work with annot…
Validate alignment file integrity and detect truncated/corrupt files.
Call accessible chromatin regions from ATAC-seq data using MACS3 with ATAC-specific parameters. Use when identifying open chromatin regions…