From b0ab7b2d307b4ec5db4ed7f38fd4a5e3b3e0958e Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:53:45 -0800 Subject: [PATCH] Update search.md --- docs/src/en/search.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/en/search.md b/docs/src/en/search.md index bc1ee716..a4ecdafd 100644 --- a/docs/src/en/search.md +++ b/docs/src/en/search.md @@ -4,6 +4,12 @@ Fetch genes and transcripts from [Ensembl](https://www.ensembl.org/) using free- Results are matched based on the "gene name" and "description" sections in the Ensembl database. `gget` version >= 0.27.9 also includes results that match the Ensembl "synonym" section. Return format: JSON (command-line) or data frame/CSV (Python). +```diff +! While Ensembl is in the process of updating its database to a new release, you might receive a 404 error. +``` +> If this is the case, specify an earlier Ensembl version using the `release` argument. +> Example: `gget search -r 110 -s human ace2` (Python: `gget.search("ace2", species="human", release=110)`) + **Positional argument** `searchwords` One or more free form search words, e.g. gaba nmda. (Note: Search is not case-sensitive.)