Skip to content

Commit

Permalink
Fix invalid IRI to RO relation in preprocessing step.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gouttegd committed Jul 19, 2023
1 parent 6937fbe commit e4bd899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/uberon.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4bd899

Please sign in to comment.