We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8488c62 + 15951ae commit 4896832Copy full SHA for 4896832
1 file changed
src/ontology/Makefile
@@ -40,7 +40,7 @@ prepare_release: all
40
# by default we use Elk to perform a reason-relax-reduce chain
41
# after that we annotate the ontology with the release versionInfo
42
$(ONT).owl: $(SRC)
43
- $(ROBOT) reason -i $< -r ELK relax reduce -r ELK annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $@
+ $(ROBOT) reason -i $< -r ELK relax annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $@
44
$(ONT).obo: $(ONT).owl
45
$(ROBOT) convert -i $< -f obo -o $(ONT).obo.tmp && grep -v ^owl-axioms $(ONT).obo.tmp > $@
46
0 commit comments