Skip to content

Commit

Permalink
add missing mesh: prefixes for CTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Nov 4, 2024
1 parent 3d205df commit c375489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/datasource_configs/ctd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ingests:
--tsv-columns grebi:name,ChemicalID,CasRN,GeneSymbol,GeneID,GeneForms,Organism,OrganismID,Interaction,InteractionActions,PubMedIDs
| grebi_transform_jsonl
--json-inject-key-prefix ctd:
--json-inject-value-prefix ChemicalID:mesh:
--json-inject-value-prefix GeneID:ncbigene:
--json-inject-value-prefix OrganismID:ncbitaxon:
--json-inject-value-prefix PubMedIDs:pmid:
Expand All @@ -29,6 +30,7 @@ ingests:
--tsv-array-delimiter "|"
--tsv-columns ChemicalName,ChemicalID,CasRN,Ontology,GOTermName,GOTermID,HighestGOLevel,PValue,CorrectedPValue,TargetMatchQty,TargetTotalQty,BackgroundMatchQty,BackgroundTotalQty
| grebi_transform_jsonl
--json-inject-value-prefix ChemicalID:mesh:
--json-inject-key-prefix ctd:
| grebi_nodes2edges
--from-field ctd:ChemicalID
Expand Down

0 comments on commit c375489

Please sign in to comment.