Skip to content

Commit

Permalink
Merge pull request #80 from monarch-initiative/dump-oaklib
Browse files Browse the repository at this point in the history
use prompts for enrichment
  • Loading branch information
cmungall authored Apr 29, 2023
2 parents f78ea2e + 618bff6 commit 81a243d
Show file tree
Hide file tree
Showing 10 changed files with 11,202 additions and 5,331 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ analysis/enrichment/%-results-$(N).yaml: tests/input/genesets/%.yaml
$(RUN) ontogpt -vv eval-enrichment -n $(N) -U $< -o $@.tmp && mv $@.tmp $@

analysis/enrichment-summary.yaml:
cat analysis/enrichment/*yaml > $@
cat analysis/enrichment/*-$(N)yaml > $@

analysis/enrichment-summary-$(N).yaml:
cat analysis/enrichment/*-$(N).yaml > $@

all_enrich: $(patsubst %, analysis/enrichment/%-results-$(N).yaml, $(GENE_SETS))
Loading

0 comments on commit 81a243d

Please sign in to comment.