From bd30c38845c7aa46f9d04852b38c8ca6505205a2 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Mon, 22 Apr 2024 14:58:29 -0700 Subject: [PATCH] mychem: add chembl.drug_indications.max_phase_for_ind to response-mapping for https://github.com/biothings/biothings_explorer/issues/813 --- mychem.info/openapi_full.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mychem.info/openapi_full.yml b/mychem.info/openapi_full.yml index 9cdd96a9..0c248403 100644 --- a/mychem.info/openapi_full.yml +++ b/mychem.info/openapi_full.yml @@ -669,13 +669,14 @@ components: ## this url field will include expanded clinicaltrials (aka duplicates!) ## but is required for other references: ATC, DailyMed, FDA ref_url: chembl.drug_indications.indication_refs.url + "biolink:max_research_phase": chembl.drug_indications.max_phase_for_ind ## commenting out because data-processing / biolink-modeling issues - # max_clinical_phase_for_indication: chembl.drug_indications.max_phase_for_ind # year_first_approved: chembl.drug_indications.first_approval chembl-treats-rev: "CHEMBL.COMPOUND": chembl.molecule_chembl_id ## no prefix ref_clinicaltrials: chembl.drug_indications.indication_refs.ClinicalTrials ## no prefix ref_url: chembl.drug_indications.indication_refs.url + "biolink:max_research_phase": chembl.drug_indications.max_phase_for_ind drugcentral-bioactivity: UniProtKB: drugcentral.bioactivity.uniprot.uniprot_id ## no prefix ## commenting out because data-processing / biolink-modeling issues @@ -1072,7 +1073,8 @@ components: fields: >- chembl.drug_indications.mesh_id, chembl.drug_indications.indication_refs.ClinicalTrials, - chembl.drug_indications.indication_refs.url + chembl.drug_indications.indication_refs.url, + chembl.drug_indications.max_phase_for_ind size: 1000 ## note size limit; added just in case predicate: in_clinical_trials_for source: "infores:chembl"