From 4f19ab57240530139cc1cd174cf1cff8de120c98 Mon Sep 17 00:00:00 2001 From: Joe Flack Date: Mon, 25 Nov 2024 19:51:04 -0500 Subject: [PATCH 1/2] Fix typo --- src/scripts/sync_subclassof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/sync_subclassof.py b/src/scripts/sync_subclassof.py index 55749309..5b1d793d 100644 --- a/src/scripts/sync_subclassof.py +++ b/src/scripts/sync_subclassof.py @@ -322,7 +322,7 @@ def sync_subclassof( '\nSee also: https://github.com/monarch-initiative/mondo-ingest/issues/525' '\n\nExiting.') - # Determine hierarchy diferences ----------------------------------------------------------------------------------- + # Determine hierarchy differences ----------------------------------------------------------------------------------- # todo: remove unused, commented out vars? (they were created in anticipation of possible cases) logging.info('Calculating various differences in hierarchies between source and Mondo') # Find which edges appear in both Mondo and source, or only in one or the other From 813319440473dea45fd746d83251c76cdaf3e0dc Mon Sep 17 00:00:00 2001 From: Joe Flack Date: Tue, 26 Nov 2024 16:13:42 -0500 Subject: [PATCH 2/2] Delete duplicate variable declaration in make goal --- src/ontology/mondo-ingest.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/mondo-ingest.Makefile b/src/ontology/mondo-ingest.Makefile index 56f44d16..31f0ff27 100644 --- a/src/ontology/mondo-ingest.Makefile +++ b/src/ontology/mondo-ingest.Makefile @@ -376,7 +376,7 @@ define build_mondo rm -rf ./mondo/ && \ git clone --depth 1 https://github.com/monarch-initiative/mondo && \ cd mondo/src/ontology && \ - make mondo.owl mappings -B MIR=false IMP=false MIR=false &&\ + make mondo.owl mappings -B MIR=false IMP=false &&\ latest_hash=$$(git rev-parse origin/master) && \ echo "$$latest_hash" > $(1) endef