Skip to content

Commit 00ce292

Browse files
Copilotsfluegel05
andcommitted
docs: use version 248 in download examples
Co-authored-by: sfluegel05 <43573433+sfluegel05@users.noreply.github.com>
1 parent ec4e2c2 commit 00ce292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ pip install -e ".[dev]"
2121
```python
2222
from chebi_utils import download_chebi_obo, download_chebi_sdf
2323

24-
obo_path = download_chebi_obo(version=250, dest_dir="data/") # downloads chebi.obo
25-
sdf_path = download_chebi_sdf(version=250, dest_dir="data/") # downloads chebi.sdf.gz
24+
obo_path = download_chebi_obo(version=248, dest_dir="data/") # downloads chebi.obo
25+
sdf_path = download_chebi_sdf(version=248, dest_dir="data/") # downloads chebi.sdf.gz
2626
```
2727

28-
A specific ChEBI release `version` (e.g. `230`, `245`, `250`) must be provided.
28+
A specific ChEBI release `version` (e.g. `230`, `245`, `248`) must be provided.
2929
Files are fetched from the [EBI FTP server](https://ftp.ebi.ac.uk/pub/databases/chebi/).
3030
Versions below 245 are automatically fetched from the legacy archive path.
3131

0 commit comments

Comments
 (0)