From 54516a1630989312f05f698d9fb8e67b7c1ad325 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Mon, 7 Nov 2022 17:27:29 +0200 Subject: [PATCH] Update upheno.Makefile --- src/ontology/upheno.Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/upheno.Makefile b/src/ontology/upheno.Makefile index 7e3128f3..3c2dab15 100644 --- a/src/ontology/upheno.Makefile +++ b/src/ontology/upheno.Makefile @@ -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 $@