v0.4.0: rsID variant input, exon parent context, and workflow docs
rsID variant input, exon parent context, and workflow docs
Adds dbSNP rsID input to variant prediction and parent-transcript context to exon queries; corrects chromosome-name and gene-dossier prompt documentation.
Added
ensembl_predict_variantaccepts dbSNP rsIDs (e.g.rs334), routed to a new VEPGET /vep/{species}/id/{id}endpoint. (#11)ensembl_query_regionexon features carryparentIdandrank, explaining why the same exon ID can appear on multiple rows — once per parent transcript. (#9)
Changed
- Chromosome-name guidance in
ensembl_query_regionandensembl_predict_variantno longer claims chr-prefixed names are unsupported; Ensembl normalizes them and accepts either form. (#10)
Fixed
ensembl_gene_dossierprompt's variant workflow now attributes functional impact to VEP, notensembl_query_region. (#7)
108 tests pass; bun run devcheck clean.