Author: | Pierre-Yves Chibon <pierre-yves.chibon@wur.nl>, <pingou@pingoured.fr> |
---|
Java library to link a chebi compound or identifier to pathways or tomato genes.
Source: https://github.com/PBR/jChebi2gene
This project uses maven to manage its dependencies, you can therefore build the sources using:
mvn clean install
The unit-tests of jChebi2gene are off by default. A valid SPARQL endpoint is required to run use these unit tests.
To build the project with the unit-test, you can run:
mvn clean install -DskipTests=false
This project is licensed under the new BSD license.