From 0a3b7147a19be8bf6ef75d0cd8d49528ce197d57 Mon Sep 17 00:00:00 2001 From: pbuttigieg Date: Fri, 22 Jan 2016 17:30:18 +0100 Subject: [PATCH] some edits to the Makefile --- src/envo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/envo/Makefile b/src/envo/Makefile index 19216779..52e76d47 100644 --- a/src/envo/Makefile +++ b/src/envo/Makefile @@ -127,14 +127,16 @@ mirror/bfo.owl: envo-edit.owl mirror/uberon.owl: envo-edit.owl owltools $(OBO)/uberon.owl --remove-axiom-annotations --make-subset-by-properties -f $(KEEPRELS) --remove-dangling-annotations --remove-annotation-assertions -l -s -d --set-ontology-id $(OBO)/uberon.owl -o $@ - .PRECIOUS: mirror/%.owl + mirror/po.owl: envo-edit.owl owltools $(OBO)/po.owl --remove-annotation-assertions -l -s -d --remove-axiom-annotations --remove-dangling-annotations --make-subset-by-properties -f $(KEEPRELS) --set-ontology-id $(OBO)/po.owl -o $@ .PRECIOUS: mirror/%.owl + ncbitaxon.obo: wget -N $(OBO)/ncbitaxon.obo .PRECIOUS: ncbitaxon.obo + mirror/ncbitaxon.owl: ncbitaxon.obo OWLTOOLS_MEMORY=12G owltools $< --remove-annotation-assertions -l -s -d --remove-axiom-annotations --remove-dangling-annotations --set-ontology-id $(OBO)/ncbitaxon.owl -o $@ .PRECIOUS: mirror/ncbitaxon.owl