Skip to content

Commit

Permalink
Update ref.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Dec 19, 2023
1 parent 86efb01 commit 6ba2693
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/src/en/ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
Fetch FTPs and their respective metadata (or use flag `ftp` to only return the links) for reference genomes and annotations from [Ensembl](https://www.ensembl.org/) by species.
Return format: dictionary/JSON.

```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 ref -r 110 human` (Python: `gget.ref("human", release=110)`)
**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 ref -r 110 human` (Python: `gget.ref("human", release=110)`)

**Positional argument**
`species`
Expand Down

0 comments on commit 6ba2693

Please sign in to comment.