@@ -94,7 +94,7 @@ all_main: $(MAIN_FILES)
9494# # By default this is the cross-product of IMPORT_MODULES x FORMATS
9595
9696
97- IMPORTS = pr go ro uberon pato cl ensmusg ncbitaxon
97+ IMPORTS = go ro uberon pato cl ensmusg ncbitaxon
9898
9999IMPORT_ROOTS = $(patsubst % , imports/% _import, $(IMPORTS ) )
100100IMPORT_OWL_FILES = $(foreach n,$(IMPORT_ROOTS ) , $(n ) .owl)
@@ -250,13 +250,6 @@ imports/%_import.owl: mirror/merged.owl imports/%_terms_combined.txt
250250
251251.PRECIOUS : imports/% _import.owl
252252
253- # # Module for ontology: pr
254-
255- imports/pr_import.owl : mirror/merged.owl imports/pr_terms_combined.txt
256- if [ $( IMP) = true ] && [ $( IMP_LARGE) = true ]; then $( ROBOT) extract -i $< -T imports/pr_terms_combined.txt --force true --individuals exclude --method BOT \
257- query --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
258- annotate --ontology-iri $(ONTBASE ) /$@ $(ANNOTATE_ONTOLOGY_VERSION ) --output $@ .tmp.owl && mv $@ .tmp.owl $@ ; fi
259-
260253.PHONY : refresh-imports
261254refresh-imports :
262255 make IMP=true MIR=true PAT=false IMP_LARGE=true all_imports -B
@@ -304,16 +297,6 @@ MIR=true # Global parameter to bypass mirror generation
304297IMP_LARGE=true # Global parameter to bypass handling of large imports
305298PAT=true # Global parameter to bypass pattern generation
306299
307- # # ONTOLOGY: pr
308- # # Copy of pr is re-downloaded whenever source changes
309- mirror/pr.trigger : $(SRC )
310-
311- mirror/pr.owl : mirror/pr.trigger
312- if [ $( MIR) = true ] && [ $( IMP) = true ] && [ $( IMP_LARGE) = true ]; then $( ROBOT) convert -I https://raw.githubusercontent.com/obophenotype/pro_obo_slim/master/pr_slim.owl -o $@ .tmp.owl && \
313- $(ROBOT ) remove -i $@ .tmp.owl --base-iri $(URIBASE ) /PR --axioms external --preserve-structure false --trim false -o $@ .tmp.owl && mv $@ .tmp.owl $@ ; fi
314- .PRECIOUS : mirror/pr.owl
315-
316-
317300# # ONTOLOGY: go
318301# # Copy of go is re-downloaded whenever source changes
319302mirror/go.trigger : $(SRC )
0 commit comments