From bbc8fabe8d75c2895c2b29c2d6718329a402b8b4 Mon Sep 17 00:00:00 2001 From: Justin Elser Date: Thu, 13 Jul 2023 13:49:41 -0700 Subject: [PATCH] Change taxonslim.obo to .obo for Makefile release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4072a5..eb4cd6c 100644 --- a/Makefile +++ b/Makefile @@ -51,5 +51,5 @@ mirror/%.owl: $(SRC) .PRECIOUS: mirror/%.owl mirror/ncbitaxon.owl: - $(OWLTOOLS) $(OBO)/ncbitaxon/subsets/taxslim.obo --remove-annotation-assertions -l -s -d --remove-dangling-annotations --set-ontology-id $(OBO)/ncbitaxon -o $@ + $(OWLTOOLS) $(OBO)/ncbitaxon/subsets/taxslim.owl --remove-annotation-assertions -l -s -d --remove-dangling-annotations --set-ontology-id $(OBO)/ncbitaxon -o $@ .PRECIOUS: mirror/ncbitaxon.owl