Skip to content

Commit 6917180

Browse files
Merge pull request #3679 from obophenotype/add-hra-skeleton-component
Add HRA skeleton component with 386 new skeletal terms
2 parents 62944f2 + 50effe2 commit 6917180

File tree

11 files changed

+7219
-4
lines changed

11 files changed

+7219
-4
lines changed

docs/odk-workflows/RepositoryFileStructure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ These are the components in UBERON
4848
| hra_subset.owl | https://raw.githubusercontent.com/hubmapconsortium/ccf-validation-tools/master/owl/UB_ASCTB_subset.owl |
4949
| vasculature_class.owl | None |
5050
| hra_depiction_3d_images.owl | https://raw.githubusercontent.com/hubmapconsortium/ccf-validation-tools/master/owl/hra_uberon_3d_images.owl |
51+
| hra_skeleton.owl | None |

src/ontology/Makefile

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

@@ -10,7 +10,7 @@
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)
5050
OBO_FORMAT_OPTIONS = --clean-obo "strict drop-untranslatable-axioms"
5151
SPARQL_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
5252
SPARQL_EXPORTS = basic-report
53-
ODK_VERSION_MAKEFILE = v1.6
53+
ODK_VERSION_MAKEFILE = v1.6.1
5454
RELAX_OPTIONS = --include-subclass-of true
5555
REDUCE_OPTIONS = --include-subproperties true
5656

@@ -59,7 +59,7 @@ OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
5959
VERSION= $(TODAY)
6060
ANNOTATE_ONTOLOGY_VERSION = annotate -V $(ONTBASE)/releases/$(VERSION)/$@ --annotation owl:versionInfo $(VERSION)
6161
ANNOTATE_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
6363
ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt
6464
EDIT_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
567569
endif # 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+
569577
endif # COMP=true
570578
# ----------------------------------------
571579
# Mirroring upstream ontologies

src/ontology/catalog-v001.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri name="http://purl.obolibrary.org/obo/uberon/components/hra_subset.owl" uri="components/hra_subset.owl" />
1010
<uri name="http://purl.obolibrary.org/obo/uberon/components/vasculature_class.owl" uri="components/vasculature_class.owl" />
1111
<uri name="http://purl.obolibrary.org/obo/uberon/components/hra_depiction_3d_images.owl" uri="components/hra_depiction_3d_images.owl" />
12+
<uri name="http://purl.obolibrary.org/obo/uberon/components/hra_skeleton.owl" uri="components/hra_skeleton.owl" />
1213
<uri name="http://purl.obolibrary.org/obo/uberon/patterns/definitions.owl" uri="../patterns/definitions.owl" />
1314
</group>
1415
<group id="Folder Repository, directory=, recursive=false, Auto-Update=false, version=2" prefer="public">

0 commit comments

Comments
 (0)