Skip to content

Commit

Permalink
Synchronization: SubClassOf
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Sep 11, 2023
1 parent f4590dc commit bf07365
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ documentation: j2 $(ALL_DOCS) unmapped-terms-docs mapped-deprecated-terms-docs s
build-mondo-ingest:
$(MAKE) refresh-imports exclusions-all mondo-ingest.db slurp-all mappings matches \
mapped-deprecated-terms mapping-progress-report \
recreate-unmapped-components documentation
recreate-unmapped-components sync documentation
$(MAKE) prepare_release

.PHONY: build-mondo-ingest-no-imports
Expand Down Expand Up @@ -502,6 +502,18 @@ slurp-all-no-updates: $(foreach n,$(ALL_COMPONENT_IDS), slurp-no-updates-$(n))
.PHONY: slurp-all
slurp-all: $(foreach n,$(ALL_COMPONENT_IDS), slurp-$(n))


#############################
###### Synchronization ######
#############################
.PHONY: sync
sync: sync-subclassof

.PHONY: sync-subclassof
sync-subclassof: reports/sync-subclassof.robot.template.tsv

reports/sync-subclassof.robot.template.tsv

#############################
######### Analysis ##########
#############################
Expand Down

0 comments on commit bf07365

Please sign in to comment.