Skip to content

Commit

Permalink
remove caro (#2199)
Browse files Browse the repository at this point in the history
Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
Anita Caron and anitacaron authored Oct 18, 2023
1 parent ce7e043 commit 89d4cfa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 596 deletions.
1 change: 0 additions & 1 deletion docs/odk-workflows/RepositoryFileStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ These are the current imports in CL
| ------ | --- | ---- |
| pr | https://raw.githubusercontent.com/obophenotype/pro_obo_slim/master/pr_slim.owl | None |
| go | http://purl.obolibrary.org/obo/go.owl | None |
| caro | http://purl.obolibrary.org/obo/caro.owl | None |
| uberon | http://purl.obolibrary.org/obo/uberon.owl | None |
| ro | http://purl.obolibrary.org/obo/ro.owl | None |
| pato | http://purl.obolibrary.org/obo/pato.owl | None |
Expand Down
14 changes: 3 additions & 11 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------
# Makefile for cl
# Generated using ontology-development-kit
# ODK Version: v1.4.1
# ODK Version: v1.4.3
# ----------------------------------------
# IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use cl.Makefile instead

Expand Down Expand Up @@ -43,7 +43,7 @@ REPORT_PROFILE_OPTS =
OBO_FORMAT_OPTIONS =
SPARQL_VALIDATION_CHECKS = equivalent-classes owldef-self-reference nolabels pmid-not-dbxref obsolete-replaced_by obsolete-alt-id orcid-contributor illegal-annotation-property label-synonym-polysemy
SPARQL_EXPORTS = basic-report
ODK_VERSION_MAKEFILE = v1.4.1
ODK_VERSION_MAKEFILE = v1.4.3

TODAY ?= $(shell date +%Y-%m-%d)
OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')
Expand Down Expand Up @@ -113,7 +113,7 @@ all_main: $(MAIN_FILES)
# ----------------------------------------


IMPORTS = pr go caro uberon ro pato ncbitaxon omo
IMPORTS = pr go uberon ro pato ncbitaxon omo

IMPORT_ROOTS = $(IMPORTDIR)/merged_import
IMPORT_OWL_FILES = $(foreach n,$(IMPORT_ROOTS), $(n).owl)
Expand Down Expand Up @@ -456,14 +456,6 @@ mirror-go: | $(TMPDIR)
$(ROBOT) convert -i $(MIRRORDIR)/go.owl -o $@.tmp.owl && mv $@.tmp.owl $(TMPDIR)/$@.owl; fi


## ONTOLOGY: caro
.PHONY: mirror-caro
.PRECIOUS: $(MIRRORDIR)/caro.owl
mirror-caro: | $(TMPDIR)
if [ $(MIR) = true ] && [ $(IMP) = true ]; then curl -L $(OBOBASE)/caro/caro-base.owl --create-dirs -o $(MIRRORDIR)/caro.owl --retry 4 --max-time 200 &&\
$(ROBOT) convert -i $(MIRRORDIR)/caro.owl -o $@.tmp.owl && mv $@.tmp.owl $(TMPDIR)/$@.owl; fi


## ONTOLOGY: uberon
.PHONY: mirror-uberon
.PRECIOUS: $(MIRRORDIR)/uberon.owl
Expand Down
2 changes: 0 additions & 2 deletions src/ontology/cl-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ import_group:
- http://purl.obolibrary.org/obo/GO_
- http://purl.obolibrary.org/obo/GOREL_
- http://purl.obolibrary.org/obo/GOCHE_
- id: caro
use_base: TRUE
- id: uberon
use_base: TRUE
- id: ro
Expand Down
1 change: 0 additions & 1 deletion src/ontology/imports/caro_terms.txt

This file was deleted.

Loading

0 comments on commit 89d4cfa

Please sign in to comment.