Skip to content

Commit

Permalink
add skip obsolete to ols config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Aug 19, 2024
1 parent ffa2226 commit aed56f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/datasource_configs/ols.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"ingest_files": ["/nfs/production/parkinso/spot/grebi/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" }
{ "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" },
{ "name": "--skip-obsolete", "value": "" }
]
}
]
Expand Down

0 comments on commit aed56f8

Please sign in to comment.