Skip to content

Commit e7499c4

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/envo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ mirror/obi.owl: envo-edit.owl
369369
$(OWLTOOLS) $(OBO)/obi.owl --remove-classes-in-idspace GO --remove-classes-in-idspace ENVO --remove-classes-in-idspace CHEBI --remove-classes-in-idspace UBERON --remove-annotation-assertions -l -s -d --remove-axiom-annotations --remove-dangling-annotations --make-subset-by-properties -f $(KEEPRELS) --set-ontology-id $(OBO)/obi.owl -o $@
370370
.PRECIOUS: mirror/%.owl
371371

372-
CHEBI_MIRROR=https://raw.githubusercontent.com/obophenotype/chebi_obo_slim/main/chebi_slim.owl
372+
CHEBI_MIRROR=http://purl.obolibrary.org/obo/upheno/chebi_slim.owl
373373
# chebi.owl is large. Using OBO Chebi Slim instead (https://github.com/obophenotype/chebi_obo_slim)
374374
mirror/chebi-local.owl:
375375
wget --no-check-certificate $(CHEBI_MIRROR) -O $@ && touch $@

0 commit comments

Comments
 (0)