Skip to content

Commit

Permalink
remove duplicate mondo efo datasource in impc x gwas config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Nov 6, 2024
1 parent 41d0a9c commit dbde4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
23 changes: 3 additions & 20 deletions configs/subgraph_configs/impc_x_gwas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,11 @@
"bytes_per_merged_file": 1073741824,
"identifier_props": [
"id",
"owl:equivalentClass",
"owl:equivalentProperty",
"owl:sameAs",
"grebi:hashId",
"grebi:equivalentTo",
"monarch:iri",
"ols:iri",
"ols:shortForm",
"hgnc:ensembl_gene_id",
"obo:chebi/inchi",
"obo:chebi/inchikey",
"obo:chebi/smiles",
"impc:pmId",
"impc:humanGeneAccId",
"monarch:iri",
"skos:exactMatch",
"ncit:P368",
"ncit:C98965",
"dcterms:identifier",
"oboinowl:hasAlternativeId",
"robokop:equivalent_identifiers",
"mesh.vocab:identifier"
"impc:humanGeneAccId"
],
"type_superclasses": [
"mondo:0000001",
Expand Down Expand Up @@ -139,7 +123,6 @@
"./configs/datasource_configs/ols.yaml",
"./configs/datasource_configs/mondo_efo.yaml",
"./configs/datasource_configs/monarch.yaml",
"./configs/datasource_configs/sssom.yaml",
"./configs/datasource_configs/mondo_efo.yaml"
"./configs/datasource_configs/sssom.yaml"
]
}
3 changes: 1 addition & 2 deletions configs/subgraph_configs/src/impc_x_gwas.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"./configs/datasource_configs/ols.yaml",
"./configs/datasource_configs/mondo_efo.yaml",
"./configs/datasource_configs/monarch.yaml",
"./configs/datasource_configs/sssom.yaml",
"./configs/datasource_configs/mondo_efo.yaml"
"./configs/datasource_configs/sssom.yaml"
]
config['identifier_props'] = [
"id",
Expand Down

0 comments on commit dbde4a1

Please sign in to comment.