Skip to content

Commit

Permalink
adjust memory again; for #89
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 11, 2022
1 parent b6c4d75 commit c03b714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trigger:

IMPORTS = imports/pr_import.obo
neo.obo: $(OBO_SRCS) $(IMPORTS)
owltools -Xms$(OWLTOOLS_MEMORY) -Xmx$(OWLTOOLS_MEMORY) --create-ontology http://purl.obolibrary.org/obo/go/noctua/neo.owl $^ --merge-support-ontologies -o -f obo $@.tmp && grep -v ^owl-axioms $@.tmp > $@
OWLTOOLS_MEMORY=$(OWLTOOLS_MEMORY) owltools --create-ontology http://purl.obolibrary.org/obo/go/noctua/neo.owl $^ --merge-support-ontologies -o -f obo $@.tmp && grep -v ^owl-axioms $@.tmp > $@

## datasets.json is created as a throwaway in the NEO versions of the
## pipeline and is based on the go-site master data.
Expand Down

0 comments on commit c03b714

Please sign in to comment.