Skip to content

Commit

Permalink
update impc_x_gwas config to use default identifiers properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Nov 8, 2024
1 parent 3df14f5 commit e3de936
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
3 changes: 1 addition & 2 deletions dataload/configs/pipeline_configs/ebi.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"subgraphs": [
"ebi_monarch_xspecies",
"impc",
"monarch",
"impc_x_gwas",
"hra_kg"
]
}
20 changes: 18 additions & 2 deletions dataload/configs/subgraph_configs/impc_x_gwas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,27 @@
"bytes_per_merged_file": 1073741824,
"identifier_props": [
"id",
"monarch:iri",
"owl:equivalentClass",
"owl:equivalentProperty",
"owl:sameAs",
"grebi:hashId",
"grebi:equivalentTo",
"ols:iri",
"ols:shortForm",
"hgnc:ensembl_gene_id",
"obo:chebi/inchi",
"obo:chebi/inchikey",
"obo:chebi/smiles",
"impc:pmId",
"impc:humanGeneAccId"
"impc:humanGeneAccId",
"monarch:iri",
"skos:exactMatch",
"ncit:P368",
"ncit:C98965",
"dcterms:identifier",
"oboinowl:hasAlternativeId",
"robokop:equivalent_identifiers",
"mesh.vocab:identifier"
],
"type_superclasses": [
"mondo:0000001",
Expand Down
8 changes: 0 additions & 8 deletions dataload/configs/subgraph_configs/src/impc_x_gwas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
"./configs/datasource_configs/monarch.yaml",
"./configs/datasource_configs/sssom.yaml"
]
config['identifier_props'] = [
"id",
"monarch:iri",
"ols:iri",
"ols:shortForm",
"impc:pmId",
"impc:humanGeneAccId"
]

if __name__ == '__main__':
import json
Expand Down

0 comments on commit e3de936

Please sign in to comment.