项目作者: Caleydo

项目描述 :
pathfinder http://reactome.org/ graph binding
高级语言: Python
项目地址: git://github.com/Caleydo/pathfinder_graph_reactome.git
创建时间: 2017-06-28T08:55:19Z
项目社区:https://github.com/Caleydo/pathfinder_graph_reactome

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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

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

Testing

  1. npm test

Building

  1. 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.