EBISPOT / OLS

Ontology Lookup Service from SPOT at EBI
http://www.ebi.ac.uk/ols
Apache License 2.0
96 stars 40 forks source link

un-loading/ removing loaded ontologies #478

Closed rpandey19 closed 3 years ago

rpandey19 commented 3 years ago

I have successfully following the process of 'Deploying with docker' and loaded couple of ontologies. What's the process if I want to un-load / remove any of the loaded ontologies? Tried removing from the config but that didn't work.

jamesamcl commented 3 years ago

Hi, you can use the -d option to the indexer to delete an ontology from OLS. e.g. to delete efo:

docker run --net=host -v ols-neo4j-data:/mnt/neo4j -v ols-downloads:/mnt/downloads ebispot/ols-indexer:stable -d efo
rpandey19 commented 3 years ago

it worked. Thanks