From 64d7e74dfb06551bbeca3b8a5820f61ca256f9ce Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Fri, 19 Apr 2024 23:24:02 -0700 Subject: [PATCH] mychem chembl-treats: change predicates request from Matt Brush of Translator to change predicates to match what others in the consortium are doing Chembl indications data comes mostly from clinicaltrials.gov data ingest --- mychem.info/openapi_full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mychem.info/openapi_full.yml b/mychem.info/openapi_full.yml index 81a2c48e..9cdd96a9 100644 --- a/mychem.info/openapi_full.yml +++ b/mychem.info/openapi_full.yml @@ -1074,7 +1074,7 @@ components: chembl.drug_indications.indication_refs.ClinicalTrials, chembl.drug_indications.indication_refs.url size: 1000 ## note size limit; added just in case - predicate: studied_to_treat + predicate: in_clinical_trials_for source: "infores:chembl" knowledge_level: knowledge_assertion agent_type: manual_agent @@ -1101,7 +1101,7 @@ components: fields: chembl.molecule_chembl_id,chembl.drug_indications ## no prefix size: 1000 ## note size limit jmespath: "chembl.drug_indications|[?mesh_id=='{{ queryInputs }}']" - predicate: treated_in_studies_by + predicate: tested_by_clinical_trials_of source: "infores:chembl" knowledge_level: knowledge_assertion agent_type: manual_agent