Skip to content

Commit

Permalink
Merge pull request #3359 from obophenotype/3016-dont-add-obo-shorthan…
Browse files Browse the repository at this point in the history
…ds-to-ro-mirror

Do not "add OBO shorthands" to the RO mirror.
  • Loading branch information
gouttegd authored Oct 8, 2024
2 parents e22380d + 9ab80e4 commit ae3f2f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ontology/uberon.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ uberon.json.gz: uberon.json
# MIRRORS
# ----------------------------------------

# We add OBO shorthands to the RO mirror before merging it with the other mirrors
# FIXME: https://github.com/obophenotype/uberon/issues/3016
mirror/ro.owl: mirror-ro | $(MIRRORDIR)
if [ $(MIR) = true ] && [ $(IMP) = true ]; then $(OWLTOOLS) $(TMPDIR)/mirror-ro.owl --add-obo-shorthand-to-properties -o $@ ; fi

# All the following mirrors are needed, not for imports, but for
# Uberon-specific pipelines (especially the composite-* stuff).
# That's why they are not handled by the ODK-generated Makefile.
Expand Down

0 comments on commit ae3f2f8

Please sign in to comment.