diff --git a/src/ontology/uberon.Makefile b/src/ontology/uberon.Makefile index b3f787a34..540bd5144 100644 --- a/src/ontology/uberon.Makefile +++ b/src/ontology/uberon.Makefile @@ -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.