Repository for OncoKB, a precision oncology knowledge base.
The core of OncoKB Annotation service.
Please confirm your running environment is:
- Java version: 8
- MySQL version: 5.7.28
cp -r core/src/main/resources/properties-EXAMPLE core/src/main/resources/properties
- database.properties
- jdbc.driverClassName : We use mysql as database. Here, it will be com.mysql.jdbc.Driver
- jdbc.url: Database url
- jdbc.username & jdbc.password: MySQL user name and password
- config.properties
- oncotree.api: OncoTree service. Default: http://oncotree.info/api/
- google.username & google.password(Optional) : Google account info. It is used to send email
mvn clean && mvn package -P curate -DskipTests
The WAR file is under /web/target/
Please choose one of the profile when building the war file
- curate - core + API + curation website
- public - core + API + public website (deprecated)
You could find specific instructions in curate or public repo,
The best way is to send an email to contact@oncokb.org so all our team members can help.