Skip to content

Commit

Permalink
fix ols config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Apr 22, 2024
1 parent ad2ed45 commit c63980e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/datasource_configs/ols.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"enabled": true,
"ingests": [
{
"ingest_files": ["/data/ontologies/ontologies.json.gz"],
"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,ro" }
{ "name": "--ontologies", "value": "efo,mp,hp,go,ro,iao,uberon,pato,oba,chebi" }
]
}
]
Expand Down

0 comments on commit c63980e

Please sign in to comment.