Skip to content

Presents an RDF triplestore of gene information using GraphQL APIs

Notifications You must be signed in to change notification settings

clingen-data-model/genegraph

Repository files navigation

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

About

Presents an RDF triplestore of gene information using GraphQL APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published