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

Fixes #1064 Update like to Java, pointing to Java 11 instead of Java 8.

Hi, I was trying to set up ROBOT for the first time and noticed that under the [Getting Started](https://robot.obolibrary.org/) section of the ROBOT guidance, it's defined that Java 11 or...

First step should be to [install Java](0https://www.java.com/en/download/) if you don't have it already, and [add it to PATH](https://www.java.com/en/download/help/path.html). > 1. Download the `robot.jar` file from the [latest release](https://github.com/ontodev/robot/releases/latest). Need to...

Windows

From warnings on recent GitHub Actions: > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-java, actions/setup-java, actions/checkout...

Dear All, I am extracting a module from chebi ontology, using the following command: robot extract --method STAR --input source_ontos/chebi.owl --term-file onto_terms/chebi_terms.txt --output extracted_modules/start_method/chebi_start.owl and the following terms: http://purl.obolibrary.org/obo/CHEBI_24431 http://purl.obolibrary.org/obo/CHEBI_24433...

Right now, relax indiscriminately relaxes all equivalent class axioms regardless of their shape. The original idea was to be able to turn logical definitions of the form `A = B...

`IAO_0100001` (replaced by) is handled by the [repair command](http://robot.obolibrary.org/repair). Consider this input: ```@prefix : . @prefix owl: . @prefix rdfs: . @prefix obo: . :c1 a owl:Class ; rdfs:label "l1"@en...

enhancement

I'm using [template](http://robot.obolibrary.org/template) to create an OWL file from a spreadsheet. Here's a snipped of what I have for an object property (apologies for the markdown formatting here) ID |...

bug

Building on #1038. PR #1056 is already very useful, but it made me wonder: Why don't we have a utility that would determine the file format, or at least make...

enhancement

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