Skip to content

Commit

Permalink
add upheno2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Sep 11, 2024
1 parent 29867bd commit 7f27d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/datasource_configs/ols.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ingest_files": ["/nfs/production/parkinso/spot/ols4/prod/slurm_pipeline/ontologies.json.gz"],
"ingest_script": "./target/release/grebi_ingest_ols",
"ingest_args": [
{ "name": "--ontologies", "value": "efo,mp,hp,go,ro,iao,uberon,pato,oba,chebi,bspo,iao,obi,bfo,cob,cl,so,eco,pr,ncbitaxon,oio,iao,biolink,mondo,doid,cheminf,dc,dcterms,ncit,edam" },
{ "name": "--ontologies", "value": "efo,mp,hp,go,ro,iao,uberon,pato,oba,chebi,bspo,iao,obi,bfo,cob,cl,so,eco,pr,ncbitaxon,oio,iao,biolink,mondo,doid,cheminf,dc,dcterms,ncit,edam,upheno" },
{ "name": "--skip-obsolete", "value": "" }
]
}
Expand Down
10 changes: 5 additions & 5 deletions configs/subgraph_configs/ebi_full_monarch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"bytes_per_merged_file": 1073741824,
"identifier_props": [
"id",
"owl:equivalentClass",
"owl:equivalentProperty",
"owl:equivalentClass", "owl:equivalentProperty",
"owl:sameAs",
"grebi:equivalentTo",
"ols:iri",
Expand All @@ -20,9 +19,10 @@
"skos:exactMatch",
"ncit:P368",
"ncit:C98965",
"cheminf:000407",
"dcterms:identifier",
"oboinowl:hasAlternativeId"
"cheminf:000407",
"dcterms:identifier",
"oboinowl:hasAlternativeId",
"semapv:crossSpeciesExactMatch"
],
"type_superclasses": [
"mondo:0000001",
Expand Down

0 comments on commit 7f27d4e

Please sign in to comment.