11# ----------------------------------------
22# Makefile for uberon
33# Generated using ontology-development-kit
4- # ODK Version: v1.6
4+ # ODK Version: v1.6.1
55# ----------------------------------------
66# IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use uberon.Makefile instead
77
1010# More information: https://github.com/INCATools/ontology-development-kit/
1111
1212# Fingerprint of the configuration file when this Makefile was last generated
13- CONFIG_HASH = 0c09c67446229bbfacf685a28a496609521da5454d237d04715fcc7f737f6dee
13+ CONFIG_HASH = 4a0a1ec54c99987a5f925c045d14b90a8cea94072e234dab7b5b4841b16aa062
1414
1515
1616# ----------------------------------------
@@ -50,7 +50,7 @@ REPORT_PROFILE_OPTS = --profile $(ROBOT_PROFILE)
5050OBO_FORMAT_OPTIONS = --clean-obo "strict drop-untranslatable-axioms"
5151SPARQL_VALIDATION_CHECKS = equivalent-classes owldef-self-reference illegal-annotation-property taxon-range orcid-contributor obsolete-replaced_by xrefs-mesh-pattern label-synonym-polysemy id-format
5252SPARQL_EXPORTS = basic-report
53- ODK_VERSION_MAKEFILE = v1.6
53+ ODK_VERSION_MAKEFILE = v1.6.1
5454RELAX_OPTIONS = --include-subclass-of true
5555REDUCE_OPTIONS = --include-subproperties true
5656
@@ -59,7 +59,7 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
5959VERSION = $(TODAY )
6060ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE ) /releases/$(VERSION ) /$@ --annotation owl:versionInfo $(VERSION )
6161ANNOTATE_CONVERT_FILE = annotate --ontology-iri $(ONTBASE ) /$@ $(ANNOTATE_ONTOLOGY_VERSION ) convert -f ofn --output $@ .tmp.owl && mv $@ .tmp.owl $@
62- OTHER_SRC = $(PATTERNDIR ) /definitions.owl $(COMPONENTSDIR ) /disjoint_union_over.owl $(COMPONENTSDIR ) /mappings.owl $(COMPONENTSDIR ) /in-subset.owl $(COMPONENTSDIR ) /hra_subset.owl $(COMPONENTSDIR ) /vasculature_class.owl $(COMPONENTSDIR ) /hra_depiction_3d_images.owl
62+ OTHER_SRC = $(PATTERNDIR ) /definitions.owl $(COMPONENTSDIR ) /disjoint_union_over.owl $(COMPONENTSDIR ) /mappings.owl $(COMPONENTSDIR ) /in-subset.owl $(COMPONENTSDIR ) /hra_subset.owl $(COMPONENTSDIR ) /vasculature_class.owl $(COMPONENTSDIR ) /hra_depiction_3d_images.owl $( COMPONENTSDIR ) /hra_skeleton.owl
6363ONTOLOGYTERMS = $(TMPDIR ) /ontologyterms.txt
6464EDIT_PREPROCESSED = $(TMPDIR ) /$(ONT ) -preprocess.owl
6565
@@ -492,6 +492,7 @@ recreate-components:
492492 --assume-new=$(TMPDIR ) /stamp-component-hra_subset.owl \
493493 --assume-new=$(TMPDIR ) /stamp-component-vasculature_class.owl \
494494 --assume-new=$(TMPDIR ) /stamp-component-hra_depiction_3d_images.owl \
495+ --assume-new=$(TMPDIR ) /stamp-component-hra_skeleton.owl \
495496 COMP=true IMP=false MIR=true PAT=true all_components
496497
497498.PHONY : no-mirror-recreate-components
@@ -502,6 +503,7 @@ no-mirror-recreate-components:
502503 --assume-new=$(TMPDIR ) /stamp-component-hra_subset.owl \
503504 --assume-new=$(TMPDIR ) /stamp-component-vasculature_class.owl \
504505 --assume-new=$(TMPDIR ) /stamp-component-hra_depiction_3d_images.owl \
506+ --assume-new=$(TMPDIR ) /stamp-component-hra_skeleton.owl \
505507 COMP=true IMP=false MIR=false PAT=true all_components
506508
507509.PHONY : recreate-%
@@ -566,6 +568,12 @@ $(COMPONENTSDIR)/hra_depiction_3d_images.owl: component-download-hra_depiction_3
566568.PRECIOUS : $(COMPONENTSDIR ) /hra_depiction_3d_images.owl
567569endif # MIR=true
568570
571+ $(COMPONENTSDIR ) /hra_skeleton.owl : $(TEMPLATEDIR ) /hra-skeleton.template.tsv $(TMPDIR ) /stamp-component-hra_skeleton.owl
572+ $(ROBOT ) template \
573+ --template $(TEMPLATEDIR ) /hra-skeleton.template.tsv \
574+ $(ANNOTATE_CONVERT_FILE )
575+ .PRECIOUS : $(COMPONENTSDIR ) /hra_skeleton.owl
576+
569577endif # COMP=true
570578# ----------------------------------------
571579# Mirroring upstream ontologies
0 commit comments