obophenotype / cell-ontology

An ontology of cell types
https://obophenotype.github.io/cell-ontology/
Creative Commons Attribution 4.0 International
146 stars 49 forks source link

Compute diff on -base rather than -simple. #2724

Closed gouttegd closed 4 weeks ago

gouttegd commented 4 weeks ago

When computing the automated diff on pull requests, for the "classification diff" (diff on the classified ontology), we use the cl-base.owl product rather than the cl-simple.owl product.

Until now, we were using -simple as it was the only product that was (1) reasoned over and (2) stripped of all "foreign" classes.

Since ODK 1.5, cl-base also fits those criteria, and it is in fact more sensible to run the diff on that product since it is intended to be the main product that other ontologies are supposed to be importing.

We also bump the ODK version that is being used to compute the diffs.

closes #1737