robot icon indicating copy to clipboard operation
robot copied to clipboard

ROBOT is an OBO Tool

Results 182 robot issues
Sort by recently updated
recently updated
newest added

For the Mac & Linux installation instructions, currently the website says https://github.com/ontodev/robot/blob/d8bd92feac54a66839ec1556f21b63ff6b37e245/docs/index.md?plain=1#L26-L32 Here there are two seemingly redundant points about making `robot` exactuable: ``` Then, make sure the script is...

under-review

I use `robot` in my CI workflow to run tests against my ontology, via `robot report`. For me, those tests run quickly, but I forget to run them before pushing...

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.28 to 1.31. Commits a3e641b Remove unused code for comments d2ed568 Remove unused code ab76f86 Add @​Deprecated annotation to constructs marked with @​deprecated javadoc. bc7869b Make billionLaughsAttackTest.billionLaughsAttackExpanded()...

dependencies

We have a Jenkins server here: https://build.obolibrary.io/job/ontodev/job/robot/ AFAICR this was for building jars for branches in robot We are thinking of shutting down this machine (@kltm). I am not sure...

It is useful to serialized prefix expansions using the SHACL vocabulary. Many obo format ontologies that refer to non-OBO classes will start doing this: - https://github.com/owlcs/owlapi/pull/1072 But I think this...

Resolves #1127 - [X] `docs/` have been added/updated - [x] tests have been added/updated - [X] `mvn verify` says all tests pass - [x] `mvn site` says all JavaDocs correct...

Fixes #1060, #1183 - [X] `docs/` have been added/updated - [X] tests have been added/updated - [X] `mvn verify` says all tests pass - [X] `mvn site` says all JavaDocs...

Resolves #1108 - [ ] `docs/` have been added/updated - [x] tests have been added/updated - [X] `mvn verify` says all tests pass - [X] `mvn site` says all JavaDocs...

`A subClassOf B and R some C` is currently shielded from relax. This has a long chain of unintended consequences... chatgpt suggests the following which I think is correct: ```java...

So I am looking to ways to work around this error that I face when I try to build an ontolgy in a Gitlab CI pipeline: ``` org.semanticweb.owlapi.model.UnloadableImportException: Could not...