Skip to content

Commit

Permalink
Ensure the cross species template is created correctly for the uPheno…
Browse files Browse the repository at this point in the history
… component
  • Loading branch information
matentzn committed Nov 1, 2024
1 parent 7173976 commit 02abb74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ontology/upheno.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ custom_reports: $(REPORTDIR)/upheno-associated-entities.csv \
####### uPheno release artefacts #########
##########################################

$(TMPDIR)/upheno-incl-lexical-match-equivalencies.owl: upheno.owl $(TMPDIR)/cross-species/upheno_lexical_mapping.robot.template.tsv
# $(MAPPINGDIR)/upheno-cross-species.sssom.tsv is a dependency here because that goal
# is responsible for generating $(TMPDIR)/cross-species/upheno_lexical_mapping.robot.template.tsv as well
$(TMPDIR)/upheno-incl-lexical-match-equivalencies.owl: upheno.owl $(MAPPINGDIR)/upheno-cross-species.sssom.tsv
$(ROBOT) template -i $< --merge-before --template $(TMPDIR)/cross-species/upheno_lexical_mapping.robot.template.tsv \
annotate --ontology-iri $(ONTBASE)/$@ --version-iri $(ONTBASE)/releases/$(TODAY)/$@ --output [email protected] && mv [email protected] $@
.PRECIOUS: .$(TMPDIR)/upheno-incl-lexical-match-equivalencies.owl
Expand Down

0 comments on commit 02abb74

Please sign in to comment.