Skip to content

Commit

Permalink
added new unichem resources (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: “roshan” <“[email protected]”>
  • Loading branch information
roshkjr and “roshan” authored Oct 3, 2023
1 parent 0c68115 commit 3c15c4e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pdbeccdutils/utils/web_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"38": ("Rhea", "Rhea"),
}

# list taken from https://www.ebi.ac.uk/unichem/ucquery/listSources
# list taken from https://www.ebi.ac.uk/unichem/sources
all_resource = {
"1": ("ChEMBL", "ChEMBL"),
"2": ("DrugBank", "DrugBank"),
Expand All @@ -49,10 +49,6 @@
"8": ("NIH", "NIH Clinical Collection"),
"9": ("ZINC", "ZINC"),
"10": ("eMolecules", "eMolecules"),
"11": (
"IBM",
"IBM strategic IP insight platform and the National Institutes of Health",
),
"12": ("atlas", "Gene Expression Atlas"),
"14": ("fdasrs", "FDA/USP Substance Registration System (SRS)"),
"15": ("SureChEMBL", "SureChEMBL"),
Expand Down Expand Up @@ -81,6 +77,11 @@
"38": ("Rhea", "Rhea"),
"39": ("ChemicalBook", "ChemicalBook"),
"41": ("SwissLipids", "SwissLipids"),
"45": ("DailyMed", "DailyMed"),
"46": ("ClinicalTrials", "ClinicalTrials"),
"47": ("rxnorm", "rxnorm"),
"48": ("MedChemExpress", "MedChemExpress"),
"49": ("Probes And Drugs", "Probes And Drugs"),
}

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

0 comments on commit 3c15c4e

Please sign in to comment.