Skip to content

Commit 3c15c4e

Browse files
roshkjr“roshan”
andauthored
added new unichem resources (#23)
Co-authored-by: “roshan” <“roshan@ebi.ac.uk”>
1 parent 0c68115 commit 3c15c4e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pdbeccdutils/utils/web_services.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"38": ("Rhea", "Rhea"),
3838
}
3939

40-
# list taken from https://www.ebi.ac.uk/unichem/ucquery/listSources
40+
# list taken from https://www.ebi.ac.uk/unichem/sources
4141
all_resource = {
4242
"1": ("ChEMBL", "ChEMBL"),
4343
"2": ("DrugBank", "DrugBank"),
@@ -49,10 +49,6 @@
4949
"8": ("NIH", "NIH Clinical Collection"),
5050
"9": ("ZINC", "ZINC"),
5151
"10": ("eMolecules", "eMolecules"),
52-
"11": (
53-
"IBM",
54-
"IBM strategic IP insight platform and the National Institutes of Health",
55-
),
5652
"12": ("atlas", "Gene Expression Atlas"),
5753
"14": ("fdasrs", "FDA/USP Substance Registration System (SRS)"),
5854
"15": ("SureChEMBL", "SureChEMBL"),
@@ -81,6 +77,11 @@
8177
"38": ("Rhea", "Rhea"),
8278
"39": ("ChemicalBook", "ChemicalBook"),
8379
"41": ("SwissLipids", "SwissLipids"),
80+
"45": ("DailyMed", "DailyMed"),
81+
"46": ("ClinicalTrials", "ClinicalTrials"),
82+
"47": ("rxnorm", "rxnorm"),
83+
"48": ("MedChemExpress", "MedChemExpress"),
84+
"49": ("Probes And Drugs", "Probes And Drugs"),
8485
}
8586

8687
url_prefix = "https://www.ebi.ac.uk/unichem/rest/inchikey"

0 commit comments

Comments
 (0)