ontoportal-lirmm / annotators

Web service to add functionalities to the http://bioportal.bioontology.org and similar ontology annotators
5 stars 6 forks source link

AnnotatorPlus and LIRMM Annotation Proxy

Initial Author: Julien Diener

Project heads: Clement Jonquet and Pierre Larmande

CValue Scoring Vincent Emonet, COnTeXT integration Amine Abdaoui

Architectural refactoring: Andon Tchechmedjiev

Includes work from: Soumia Melzi and Emmanuel Castanier

Deployment

Development

This project is structured as a multimodule maven project and requires maven for development. It is recommended to use and IDE that includes built-in maven support. As of 2016, NetBeans can have some issues with complex maven projects, it is therefore advisable to use Eclipse or IntelliJ.

Project structure

The modules of the project are the following:

Local dependencies

Some localdev dependencies are required and can be found in the localdev-dep folder. The dependencies will be installed automatically upon performing mvn clean install for the first time.

Note that eclipse does not automatically update the eclipse project upon changes in the pom.xml files, you may need to update the project manually:

Testing deployment