Skip to content

Commit

Permalink
mychem chembl-treats: change predicates
Browse files Browse the repository at this point in the history
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
  • Loading branch information
colleenXu committed Apr 20, 2024
1 parent 9de0f6d commit 64d7e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mychem.info/openapi_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64d7e74

Please sign in to comment.