Anita Caron
Anita Caron
Add in the RELEASE DEPLOYMENT block in the `uberon.Makefile`, after the [release-diff](https://github.com/obophenotype/uberon/blob/5008d41b8b377392935c2cdcdbfd733bf9e1bddb/src/ontology/uberon.Makefile#L1426-L1429) target the following code: ``` 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...
This is a reminder to double-check if this taxa exists. When running the pipeline to generate `taxslim.obo`, a message appears "could not find id for the class NCBITaxon:72839773". ``` Could...
**Remove unused imports** The following imports are not used in the code: - `dash_utils` (redundant with the specific import) - `format_msg` from `dash_utils` ```diff -import dash_utils import jsonschema -from dash_utils...
When I develop, locally, new features, I came across with this error when running the Relationship report. I'm using ROBOT 1.9.6, but also tried 1.9.5. I'm not using ODK. I'm...
Fixes #131 ## Summary by CodeRabbit - **New Features** - Enhanced documentation with a new docstring for the `robot_prepare_ontology` function. - **Bug Fixes** - Improved error handling by logging error...
Fixes #133 Preview using [CDAO](https://dashboard.obofoundry.org/dashboard/cdao/robot_report.html) as example  ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling with structured logging for better issue...
I've checked the network tab in Inspection, and I see an error when fetching [dashboard-results.json](https://raw.githubusercontent.com/OBOFoundry/obo-dash.github.io/gh-pages/dashboard/dashboard-results.json), then I asked AI what the issue is. >This request attempted to retrieve a JSON...