Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove basic.owl and metazoan-view.owl #3201

Merged
merged 4 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
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
Next Next commit
Stop producing the basic.owl artifact.
The custom release product 'basic.owl' is, by construction, exactly the
same as the standard product 'uberon-basic.owl' and is, therefore,
pointless and be removed.
  • Loading branch information
gouttegd committed Feb 7, 2024
commit c82ac09ccfe6c668f38527c0aea89ee81fe40917
1 change: 0 additions & 1 deletion src/ontology/uberon-odk.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ release_artefacts:
- full
- simple
- basic
- custom-basic
- custom-collected-metazoan
- custom-composite-metazoan
- custom-composite-metazoan-basic
8 changes: 0 additions & 8 deletions src/ontology/uberon.Makefile
Original file line number Diff line number Diff line change
@@ -1003,14 +1003,6 @@ $(TMPDIR)/uberon-taxmod-%.owl: uberon.owl
# Other subsets
# ----------------------------------------

# Basic subset
# FIXME: https://github.com/obophenotype/uberon/issues/3013
basic.owl: uberon-basic.owl
$(ROBOT) merge -i $< annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) -o $@

basic.obo: basic.owl
$(MAKEOBO)

# Cumbo subset
subsets/cumbo.owl: basic.owl
$(OWLTOOLS) $< --extract-ontology-subset --subset cumbo --iri $(URIBASE)/uberon/$@ -o $@