EBISPOT / OLS

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

ontology_status in ols-config.yml is ignored #648

Closed KonradHoeffner closed 1 year ago

KonradHoeffner commented 1 year ago

I want to deactivate an ontology in my OLS configuration ols-config.yml file but whether I use activity_status: active or activity_status: inactive, it always gets loaded.

"@context":

ontologies:
- activity_status: inactive
  id: my-ontology-that-i-want-to-deactivate
[...]
serjoshua commented 1 year ago

Hi Konrad,

The activity_status is more of a configuration used in OBO rather than in OLS. Sadly, we have to comment it out manually if we want to exclude something.

KonradHoeffner commented 1 year ago

Thanks for the clarification! Could you update the documentation so others don't trip over the same issue?