Skip to content

Commit

Permalink
Cleaning up stray feature strings for exports
Browse files Browse the repository at this point in the history
@cmungall some "feature-hierarchy" strings were still hanging about. Fixed in the Makefile with this commit - do the other files need to be regenerated?
  • Loading branch information
pbuttigieg authored Jun 5, 2020
1 parent 8009fe1 commit ef57f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down Expand Up @@ -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 $< \
Expand Down

0 comments on commit ef57f55

Please sign in to comment.