Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 25, 2024
1 parent 0867e4e commit 3104fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README-public.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This [eccenca](https://eccenca.com) [Corporate Memory](https://documentation.eccenca.com) workflow plugin performs reasoning using [ROBOT](http://robot.obolibrary.org/) (ROBOT is
an OBO Tool). It takes an OWL ontology and a data graph as inputs and writes the reasoning result to a specified graph.

[ROBOT](http://robot.obolibrary.org/) is published under the [BSD 3-Clause "New" or "Revised" License](https://choosealicense.com/licenses/bsd-3-clause/).
ROBOT is published under the [BSD 3-Clause "New" or "Revised" License](https://choosealicense.com/licenses/bsd-3-clause/).
Copyright © 2015, the Authors


Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ an OBO Tool). It takes an OWL ontology and a data graph as inputs and writes the

## Build

:warning: Before building, verify that **pyproject.toml** includes the following line in the `[tool.poetry]` section:
```
include = ["cmem_plugin_robotreason/bin/*"]
```


:bulb: Prior to the build process, the Java library _robot.jar_ (v1.9.6) is automatically
downloaded from the [ROBOT GitHub repository](https://github.com/ontodev/robot). The _jar_ file is not downloaded if it
already exists in the same version. The ROBOT file is downloaded to the directory
_cmem_plugin_robotreason/workflow/bin_ and is not removed automatically when running `task clean`. The files can be
downloaded from the [ROBOT GitHub repository](https://github.com/ontodev/robot). The file is downloaded to the directory
_cmem_plugin_robotreason/workflow/bin_ and is not removed automatically when running `task clean`. The file can be
removed with `task custom:clean_robot`.

```
Expand Down

0 comments on commit 3104fd9

Please sign in to comment.