We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add in the RELEASE DEPLOYMENT block in the uberon.Makefile, after the release-diff target the following code:
uberon.Makefile
CURRENT_BASE_RELEASE=$(ONTBASE)/uberon-base.obo .PHONY: $(TMPDIR)/current-base-release.obo $(TMPDIR)/current-base-release.obo: wget $(CURRENT_BASE_RELEASE) -O $@ release_diff_oak: runoak -i simpleobo:$(TMPDIR)/current-base-release.obo diff -X simpleobo:$(RELEASEDIR)/uberon-base.obo -o $(REPORTDIR)/diff_release_oak.md --output-type md
Add release_diff_oak target to the uberon command, in the following code block:
release_diff_oak
uberon/src/ontology/uberon.Makefile
Lines 1412 to 1415 in 5008d41
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
aleixpuigb
No branches or pull requests
Add in the RELEASE DEPLOYMENT block in the
uberon.Makefile
, after the release-diff target the following code:Add
release_diff_oak
target to the uberon command, in the following code block:uberon/src/ontology/uberon.Makefile
Lines 1412 to 1415 in 5008d41
Tasks
The text was updated successfully, but these errors were encountered: