From 5e96fb41f234062810175e0328564d291e2edf3d Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Tue, 14 May 2024 14:02:05 +0300 Subject: [PATCH] Add test for OAK parsing and OBO validation of release product --- src/ontology/mondo.Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ontology/mondo.Makefile b/src/ontology/mondo.Makefile index e9bf5ce04d..852ccdc78e 100644 --- a/src/ontology/mondo.Makefile +++ b/src/ontology/mondo.Makefile @@ -30,11 +30,17 @@ owlaxioms_check: obo_validator: fastobo-validator mondo-edit.obo +.PHONY: obo_validator_release +obo_validator_release: mondo.obo + fastobo-validator $< + runoak --input pronto:$< info MONDO:0000001 + test: pattern_schema_checks test: owlaxioms_check test: test_reason_equivalence test: test_reason_equivalence_hermit test: obo_validator +test: obo_validator_release test_reason_equivalence_hermit: $(ONT).obo $(ROBOT) reason -i $< --equivalent-classes-allowed none -r hermit