File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ pip install -e ".[dev]"
2121``` python
2222from 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.
2929Files are fetched from the [ EBI FTP server] ( https://ftp.ebi.ac.uk/pub/databases/chebi/ ) .
3030Versions below 245 are automatically fetched from the legacy archive path.
3131
You can’t perform that action at this time.
0 commit comments