Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/ontology/upheno.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ upheno_mapping_lexical_all: ../curation/upheno-release/all/upheno_species_lexica
python3 ../scripts/lexical_mapping.py all
#echo "SKIP upheno_mapping_lexical_"

upheno_mapping_lexical_oak_all: ../curation/upheno-release/all/upheno_all_with_relations.owl
echo "Running OAK on uPheno2"

#.SECONDEXPANSION:
../curation/upheno-release/all/upheno_mapping_logical.csv: ../curation/upheno-release/all/upheno_all_with_relations.owl
$(ROBOT) query -f csv -i $< --query ../sparql/cross-species-mappings.sparql $@
Expand Down