Skip to content

Commit

Permalink
relocated files within config
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Oct 31, 2023
1 parent 37ae9c9 commit 552c54e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ tmp/mondo_validate_full.tsv: tmp/mondo.db
tmp/mondo_validate.tsv: tmp/mondo_validate_full.tsv
$(RUN) mondoqc validate $< -o $@

obsoletion_tables: tmp/mondo-relaxed-branchreview.db tmp/mondo-reasoned-branchreview.db
for id in $(shell cat src/mondolib/branch_ids.tsv); do \
$(RUN) mondoqc create-review-table -i tmp/mondo-reasoned-branchreview.db -o tmp/mondo-reasoned-branch-$$id-review.tsv -f src/mondolib/obsoletion_terms.tsv -b $$id;\
$(RUN) mondoqc create-review-table -i tmp/mondo-relaxed-branchreview.db -o tmp/mondo-relaxed-branch-$$id-review.tsv -f src/mondolib/obsoletion_terms.tsv -b $$id;\
$(RUN) mondoqc relax-and-reason -i tmp/mondo-reasoned-branch-$$id-review.tsv -i tmp/mondo-relaxed-branch-$$id-review.tsv -r tmp/mondo-relaxed-branchreview.db -f src/mondolib/obsoletion_terms.tsv -o reports/mondo-combined-branch-$$id-review.tsv;\
obsoletion-tables: tmp/mondo-relaxed-branchreview.db tmp/mondo-reasoned-branchreview.db
for id in $(shell cat src/mondolib/config/branch_ids.tsv); do \
$(RUN) mondoqc create-review-table -i tmp/mondo-reasoned-branchreview.db -o tmp/mondo-reasoned-branch-$$id-review.tsv -f src/mondolib/config/obsoletion_terms.tsv -b $$id;\
$(RUN) mondoqc create-review-table -i tmp/mondo-relaxed-branchreview.db -o tmp/mondo-relaxed-branch-$$id-review.tsv -f src/mondolib/config/config/obsoletion_terms.tsv -b $$id;\
$(RUN) mondoqc relax-and-reason -i tmp/mondo-reasoned-branch-$$id-review.tsv -i tmp/mondo-relaxed-branch-$$id-review.tsv -r tmp/mondo-relaxed-branchreview.db -f src/mondolib/config/obsoletion_terms.tsv -o reports/mondo-combined-branch-$$id-review.tsv;\
done

lexmatch: tmp/mondo_lexmatch.sssom.tsv
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 552c54e

Please sign in to comment.