https://github.com/owlcollab/owltools
OWLTools
https://github.com/owlcollab/owltools
api bioinformatics build-tool ontology owl-api web-ontology-language
Last synced: 19 days ago
JSON representation
OWLTools
- Host: GitHub
- URL: https://github.com/owlcollab/owltools
- Owner: owlcollab
- License: bsd-3-clause
- Created: 2015-02-02T16:06:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T00:14:18.000Z (7 months ago)
- Last Synced: 2024-09-09T01:31:22.012Z (7 months ago)
- Topics: api, bioinformatics, build-tool, ontology, owl-api, web-ontology-language
- Language: Java
- Size: 72.6 MB
- Stars: 108
- Watchers: 18
- Forks: 33
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java-rdf - OWL Tools
- awesome-java-rdf - OWL Tools
README
[](https://travis-ci.org/owlcollab/owltools)
[](https://zenodo.org/badge/latestdoi/13996/owlcollab/owltools)For full documentation,
* [see the Wiki](https://github.com/owlcollab/owltools/wiki).
* [see the java API docs](https://owlcollab.github.io/owltools)## OWLTools Build Instructions
The OWLTools use maven as a build tool.
These instructions assume that a valid maven installation is available. The recommended maven version is 3.0.x, whereby x denotes the latest release for this branch.
Update: OWLTools also requires `git`. Only a proper clone via git, will allow the build to complete.
During the build process, we extract the git version and branch information. These details (and the build date) will be added to the manifest of the jar. If the `.git` folder is not available the build process will fail.
### Building OWLTools
#### Prerequiste: Get source from Git
`git clone https://github.com/owlcollab/owltools.git`
#### Option 1: Command line
1) Change into to the folder of `OWLTools-Parent`
2a) Run command: `mvn clean install`: This will trigger a complete build of all OWLTools projects and generate the required jars for execution. Remark: As part of the build the tests are executed. Any failed test will stop the build.
2b) Build without test execution (Not Recommended): Run command: `mvn clean install -DskipTests`
#### Option 2: Eclipse
Requires either:
* Eclipse 3.7
* Eclipse 3.6 with installed maven plugin m2eUse the provided Eclipse launch configurations to trigger the build. The configuration are located in the `OWLTools-Parent/eclipse-configs` folder.
## Downloading OWLTools
You can download a pre-built JAR and script-wrapper instead of building owltools from the Java source. You can find releases on the [OWLTools GitHub releases page](https://github.com/owlcollab/owltools/releases).
Note: you may need to make this file executable. Occasionally when downloaded files lose the "executable" permisison. You can do this with `chmod +x owltools`.
If you add this to your [PATH](https://en.wikipedia.org/wiki/PATH_(variable)), you can run owltools on the command line:
```
export PATH=$PATH:directory/to/where/you/downloaded/owltools/
owltools -h
```## Running OWLTools (Unix and MacOS)
Running OWLTools requires a successful build, as described in the previous section.
+ OWLTools Command-Line Tools: The build produces a combined executable bash script and jar, to be found in `OWLTools-Runner/bin`
or in the `OWLTools-Runner/target` directory+ OORT: The executables and the generated jar are both located in `OWLTools-Oort/bin`