Skip to content

Commit

Permalink
Merge pull request #711 from monarch-initiative/dupe-declaration
Browse files Browse the repository at this point in the history
Delete duplicate variable declaration
  • Loading branch information
twhetzel authored Nov 26, 2024
2 parents 4c08732 + 8133194 commit 52541e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/sync_subclassof.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52541e9

Please sign in to comment.