Skip to content

Caleydo/pathfinder_graph_reactome

Repository files navigation

pathfinder_graph_reactome Phovea NPM version Build Status Dependency Status

Preparation

  1. Download http://reactome.org/download/current/reactome.graphdb.tgz
  2. Extract to directory
  3. rename reactome.graph.db to graph.db and nest it within a databases directory
  4. tar.gz it again to db_neo4j_reactome.tar.gz such that it contains databases/graph.db/...
  5. move it _backup
  6. run ./docker-backup restore to restore the db snapshot
  7. start Pathfinder as usual
  8. open: http://localhost:8080/main.html?uc=reactome

Installation

git clone https://github.com/Caleydo/pathfinder_graph_reactome.git
cd pathfinder_graph_reactome
npm install

Testing

npm test

Building

npm run build

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.