Skip to content

Commit 4896832

Browse files
committed
2 parents 8488c62 + 15951ae commit 4896832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ontology/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ prepare_release: all
4040
# by default we use Elk to perform a reason-relax-reduce chain
4141
# after that we annotate the ontology with the release versionInfo
4242
$(ONT).owl: $(SRC)
43-
$(ROBOT) reason -i $< -r ELK relax reduce -r ELK annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $@
43+
$(ROBOT) reason -i $< -r ELK relax annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $@
4444
$(ONT).obo: $(ONT).owl
4545
$(ROBOT) convert -i $< -f obo -o $(ONT).obo.tmp && grep -v ^owl-axioms $(ONT).obo.tmp > $@
4646

0 commit comments

Comments
 (0)