Skip to content

Commit

Permalink
Merge pull request #2979 from obophenotype/fix-unwanted-expansion-of-…
Browse files Browse the repository at this point in the history
…RO_0002175

Fix invalid IRI to RO relation in preprocessing step.
  • Loading branch information
gouttegd authored Jul 19, 2023
2 parents 6937fbe + e4bd899 commit a0b32f4
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 a0b32f4

Please sign in to comment.