Skip to content

Commit

Permalink
Merge branch 'master' into 3411_mesosalpinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Caroline-99 authored Nov 12, 2024
2 parents e3539da + f1159bc commit 79b4aab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ontology/diffs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ SRC = ../../../$(ONT)-base.obo
OWLSRC = ../../../$(ONT)-base.owl
LAST = $(OBO)/$(ONT)/$(ONT)-base.obo
OWLLAST = $(OBO)/$(ONT)/$(ONT)-base.owl
REPORTDIR = ../reports

#all: $(ONT)-obo-diff.html $(ONT)-def-diff.html $(ONT)-lastbuild.obo $(ONT)-combined-diff.txt $(ONT)-diff.md
all: $(ONT)-diff.md
all: $(ONT)-diff.md $(REPORTDIR)/diff_release_oak.md

$(ONT)-combined-diff.txt: $(ONT)-def-diff.html $(ONT)-obo-diff.html
cat $(ONT)-def-diff.txt $(ONT)-obo-diff.txt > $@
Expand All @@ -23,3 +24,7 @@ $(ONT)-diff.md: $(ONT)-lastbuild.owl $(OWLSRC)
$(ONT)-diff.txt: $(ONT)-lastbuild.owl $(OWLSRC)
robot diff --labels true -f plain -l $< -r $(OWLSRC) -o $@

$(REPORTDIR)/diff_release_oak.md: $(ONT)-lastbuild.obo
runoak -i simpleobo:$(ONT)-lastbuild.obo \
diff -X simpleobo:$(SRC) \
-o $@ --output-type md

0 comments on commit 79b4aab

Please sign in to comment.