We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c88e7 commit a9bf74fCopy full SHA for a9bf74f
chebi_utils/downloader.py
@@ -16,7 +16,7 @@ def _chebi_obo_url(version: int) -> str:
16
17
def _chebi_sdf_url(version: int) -> str:
18
if version < _CHEBI_LEGACY_VERSION_THRESHOLD:
19
- return f"https://ftp.ebi.ac.uk/pub/databases/chebi/archive/chebi_legacy/archive/rel{version}/ontology/chebi.obo"
+ return f"https://ftp.ebi.ac.uk/pub/databases/chebi/archive/chebi_legacy/archive/rel{version}/SDF/ChEBI_complete.sdf.gz"
20
return f"https://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel{version}/SDF/chebi.sdf.gz"
21
22
0 commit comments