From ef57f5536925a17ada8894a3b5f76ab07586de38 Mon Sep 17 00:00:00 2001 From: Pier Luigi Buttigieg Date: Fri, 5 Jun 2020 16:20:44 +0200 Subject: [PATCH] Cleaning up stray feature strings for exports @cmungall some "feature-hierarchy" strings were still hanging about. Fixed in the Makefile with this commit - do the other files need to be regenerated? --- src/envo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/envo/Makefile b/src/envo/Makefile index c39c6347..9869842d 100644 --- a/src/envo/Makefile +++ b/src/envo/Makefile @@ -181,7 +181,7 @@ $(ONT)-full.owl: $(SRC) $(OTHER_SRC) SUBSETS = envo-basic EnvO-Lite-GSC envoEmpo envoAstro envoPolar envoEmpo envoOmics envoCesab environmental_hazards \ - biome-hierarchy feature-hierarchy material-hierarchy process-hierarchy + biome-hierarchy astronomical-body-part-hierarchy material-hierarchy process-hierarchy SUBSET_ROOTS = $(patsubst %, subsets/%, $(SUBSETS)) SUBSET_FILES = $(foreach n,$(SUBSET_ROOTS), $(foreach f,$(FORMATS_INCL_TSV), $(n).$(f))) @@ -233,7 +233,7 @@ subsets/astronomical-body-part-hierarchy.owl: envo.owl --version-iri $(ONTBASE)/releases/$(TODAY)/$@ \ -a owl:versionInfo "$@ $(TODAY)" \ --output $@ -.PRECIOUS: subsets/feature-hierarchy.owl +.PRECIOUS: subsets/astronomical-body-part-hierarchy.owl subsets/material-hierarchy.owl: envo.owl robot filter --input $< \