gget
gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.
npx skills add mturac/everything-openai-codex --skill scientific-pkg-gget --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the `gget` CLI or Python package. ## When to Use - Finding Ensembl IDs, gene metadata, transcript details, or sequences. - Running quick BLAST or BLAT lookups without building a full local pipeline. - Fetching reference genome links and annotations from Ensembl. - Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. - Creating a reproducible first-pass evidence log before moving to heavier tools such as Biopython, Snakemake, Nextflow, BLAST+, or database-specific clients. Use a dedicated workflow instead of `gget` when the task requires regulated clinical interpretation, high-throughput production pipelines, or fine-grained control over database versions and local indexes. ## Installation Use a clean Python environment. ```bash python -m venv .venv . .venv/bin/activate python -m pip install --upgrade pip python -m pip install --upgrade gget gget --help ``` If `uv` is available: ```bash uv venv . .venv/bin/activate uv pip install gget ``` Before relying on an older environment, upgrade `gget` and re-check the modul
- When to Use
- Installation
- Basic Patterns
- Common Modules
- Quick Examples
- Reproducibility Log
- Review Checklist
- References
python -m venv .venv python -m pip install --upgrade pip python -m pip install --upgrade gget gget --help uv venv uv pip install gget gget <module> [arguments] [options] gget search -s human brca1 dna repair -o brca1-search.json gget info ENSG00000012048 -o brca1-info.json gget seq ENSG00000012048 -o brca1-seq.fa
What does the gget skill do?
gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill scientific-pkg-gget --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 mturac/everything-openai-codex, a repository with 84 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.
