clingen-data-model / genegraph

Presents an RDF triplestore of gene information using GraphQL APIs
5 stars 0 forks source link

Documentation

The Codox plugin is installed for this project. In order to build the documentation, type:

lein codox

from the project directory. Resulting documentation is available in docs.

Built documentation available in github pages:

http://dataexchange.clinicalgenome.org/genegraph/index.html

Configuration

To configure logging see config/logback.xml. By default, the app logs to stdout and logs/. To learn more about configuring Logback, read its documentation.

REBL

To run REBL for Genegraph:

genegraph.server> (require 'cognitect.rebl)
nil
genegraph.server> (cognitect.rebl/ui)
nil

Docker container support

  1. Build a Docker image: docker build -t genegraph .
  2. Run your Docker image: docker run -p 8888:8888 genegraph

Links