- Download http://reactome.org/download/current/reactome.graphdb.tgz
- Extract to directory
- rename
reactome.graph.db
tograph.db
and nest it within adatabases
directory - tar.gz it again to
db_neo4j_reactome.tar.gz
such that it containsdatabases/graph.db/...
- move it
_backup
- run
./docker-backup restore
to restore the db snapshot - start Pathfinder as usual
- open: http://localhost:8080/main.html?uc=reactome
git clone https://github.com/Caleydo/pathfinder_graph_reactome.git
cd pathfinder_graph_reactome
npm install
npm test
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.