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 24ebaa2 commit 5ab45ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/en/ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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)`)
**Positional argument**
`species`
Species for which the FTPs will be fetched in the format genus_species, e.g. homo_sapiens.
Expand Down

0 comments on commit 5ab45ed

Please sign in to comment.