jgi-lakehouse
Installation
SKILL.md
JGI Lakehouse Skill
Quick Start
What is it? JGI's unified data warehouse (651 tables) + filesystem access to genome files.
Two data access methods:
- Lakehouse (Dremio) → Metadata, annotations, taxonomy (no sequences)
- JGI Filesystem → Actual genome files (FNA, FAA, GFF) via taxon OID
SQL Dialect: ANSI SQL (not PostgreSQL)
- Use
CAST(x AS type)not:: - Use
REGEXP_LIKE()not~ - Identifiers with dashes need double quotes:
"gold-db-2 postgresql"