Skip to content

Commit

Permalink
Merge pull request #379 from monarch-initiative/del-comp-db
Browse files Browse the repository at this point in the history
Delete goal: `components/%.db`
  • Loading branch information
matentzn authored Nov 29, 2023
2 parents 250ee49 + d322ac4 commit 65dac75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -464,16 +464,6 @@ matches: lexical-matches extract-unmapped-matches combine-unmapped-exact-lexmatc
#############################
###### Slurp pipeline #######
#############################
# todo: What if the mirror was out of date, but there's already a .db file there, but it's not up to date? will it force update?
$(COMPONENTSDIR)/%.db: $(COMPONENTSDIR)/%.owl
@rm -f .template.db
@rm -f .template.db.tmp
@rm -f $(COMPONENTSDIR)/$*-relation-graph.tsv.gz
RUST_BACKTRACE=full semsql make $@ -P config/prefixes.csv
@rm -f .template.db
@rm -f .template.db.tmp
@rm -f $(COMPONENTSDIR)/$*-relation-graph.tsv.gz

slurp/:
mkdir -p $@

Expand Down

0 comments on commit 65dac75

Please sign in to comment.