Skip to content

Commit 6d952fe

Browse files
committed
Remove PR import test
1 parent 0eaa711 commit 6d952fe

File tree

4 files changed

+1800
-1822
lines changed

4 files changed

+1800
-1822
lines changed

src/ontology/Makefile

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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

9999
IMPORT_ROOTS = $(patsubst %, imports/%_import, $(IMPORTS))
100100
IMPORT_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
261254
refresh-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
304297
IMP_LARGE=true # Global parameter to bypass handling of large imports
305298
PAT=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
319302
mirror/go.trigger: $(SRC)

src/ontology/bdso-odk.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ import_group:
2626
- <http://purl.obolibrary.org/obo/NCBITaxon_Union_*>
2727
- <http://www.genenames.org/cgi-bin/gene_symbol_report*>
2828
products:
29-
- id: pr
30-
make_base: TRUE
31-
mirror_from: https://raw.githubusercontent.com/obophenotype/pro_obo_slim/master/pr_slim.owl
32-
is_large: TRUE
3329
- id: go
3430
use_base: TRUE
3531
base_iris:

src/ontology/catalog-v001.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
33
<uri id="Imports Wizard Entry" name="http://purl.obolibrary.org/obo/bdscratch/releases/2021-03-08/patterns/definitions.owl" uri="file:/home/huseyin/workspace5/brain_data_standards_ontologies/src/patterns/definitions.owl"/>
44
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/components/all_templates.owl" uri="components/all_templates.owl"/>
5-
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/pcl/imports/pr_import.owl" uri="imports/pr_import.owl"/>
65
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/pcl/imports/go_import.owl" uri="imports/go_import.owl"/>
76
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/bdscratch/imports/ro_import.owl" uri="imports/ro_import.owl"/>
87
<uri id="User Entered Import Resolution" name="http://purl.obolibrary.org/obo/bdscratch/imports/cl_import.obo" uri="imports/cl_import.obo"/>

0 commit comments

Comments
 (0)