Skip to content

Commit

Permalink
Merge pull request #132 from monarch-initiative/make-update
Browse files Browse the repository at this point in the history
added lexmatch in help
  • Loading branch information
matentzn authored Jan 18, 2023
2 parents 19363fc + d07cfa9 commit 607dc7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ tmp/merged.db: tmp/merged.owl
../mappings/mondo-sources-all-lexical.sssom.tsv: $(SCRIPTSDIR)/match-mondo-sources-all-lexical.py
python $^ run tmp/merged.db -c metadata/mondo.sssom.config.yml -r config/mondo-match-rules.yaml -o $@

lexical_matches: ../mappings/mondo-sources-all-lexical.sssom.tsv
lexical-matches: ../mappings/mondo-sources-all-lexical.sssom.tsv

###################################
#### Lexmatch-SSSOM-compare #######
Expand Down Expand Up @@ -395,3 +395,4 @@ help:
@echo "$$data"
echo "* slurp-all: Determine all slurpable terms."
echo "* extract-unmapped-matches: Determine all new matches across external ontologies"
echo "* lexical-matches: Determine lexical matches across external ontologies"

0 comments on commit 607dc7c

Please sign in to comment.