From e4bd899cf20cea42b6bc224b51d5ca1468eea6f5 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Wed, 19 Jul 2023 18:28:22 +0100 Subject: [PATCH] Fix invalid IRI to RO relation in preprocessing step. The recent overhaul of the preproprecessing step introduced an invalid reference to RO:0002175. As a result, that annotation was now expanded along with the other annotations, instead of being explicitly left unexpanded as was the intention. This commit fixes the invalid reference to restore the non-expansion of RO:00002175. --- src/ontology/uberon.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/uberon.Makefile b/src/ontology/uberon.Makefile index cf0d2e1648..4d50c3f630 100644 --- a/src/ontology/uberon.Makefile +++ b/src/ontology/uberon.Makefile @@ -95,7 +95,7 @@ $(OWLSRC): $(SRC) $(COMPONENTSDIR)/disjoint_union_over.ofn $(REPORTDIR)/$(SRC)-g $(ROBOT) merge -i $< \ -i $(COMPONENTSDIR)/disjoint_union_over.ofn \ -i issues/contributor.owl \ - expand --no-expand-term http://purl.obolibrary.org/RO_0002175 \ + expand --no-expand-term http://purl.obolibrary.org/obo/RO_0002175 \ -o $@ $(TMPDIR)/NORMALIZE.obo: $(SRC)