Settings file Claude Code
lite and fast version of just-dna-seq personalized genomic platform.
Settings file Claude Code
lite and fast version of just-dna-seq personalized genomic platform.
Skill Claude CodeCodex
Author, resolve, compile and publish a just-dna annotation module — the spec directory layout, the CSV column contracts and vocabularies, the enrich→compile pipeline, and the checks that decide whether a module will publish. Use when creating a new annotation module, editing an existing spec (variants.csv…
Cursor rule Cursor
use eliot as default logging library, use with startaction as action pattern for logging. Avoid addfailurefields, it does not exist. Avoid writing overly defensive code with many try and catch blocks.
Cursor rule Cursor
Always use typehints, do not use relative pathes, always use pathlib for files and typer for CLI. By default use uv as package manager and run through uv run. When you run some code in bash do not generate print out with "!".
Cursor rule Cursor
the project is uv-based, please use uv to run stuff!
Instructions file CodexOpenCode
AGENTS.md instructions for dna-seq/just-dna-lite, covering agent guidelines, repository layout (uv workspace), running the app, uv script entry point collisions and coding standards.
Instructions file
Claude Code instructions for dna-seq/just-dna-lite, covering agent guidelines, repository layout (uv workspace), running the app, uv script entry point collisions and dependency pins — where every version constraint lives.
Skill Claude CodeCodex
Produce an interpretable polygenic-risk read for one trait from one or more personal genome VCFs using the just-prs MCP server. Use when a user asks to "compute PRS for ", "what's my genetic risk for ", "compare Anton and Livia on ", or to turn a by-trait score panel into a trustworthy shortlist. Thin wrapper over…
Plugin Claude Code
Search the PGS Catalog, compute polygenic risk scores, and produce evidence-aware trait interpretations.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
MCP server Claude CodeCodexCursor
An MCP server wrapping just-prs — PGS Catalog search and polygenic risk score computation. Runs locally from the just-prs-mcp Python package. Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for dna-seq/just-prs-mcp, covering agents.md, what this is, pre-configured test genomes, quick play for agents and commands (prefer these).
Instructions file
Claude Code instructions for dna-seq/just-prs-mcp: See AGENTS.md for build/test/run commands, architecture, and conventions. This file exists so Claude Code picks up the same guidance.