Reed-CompBio / protein-weaver

A web interface for ontology-based protein network visualization.
https://proteinweaver.reedcompbio.org/
GNU General Public License v3.0
2 stars 5 forks source link

VPS can reset neo4j.service unpredictably #72

Closed ctrlaltaf closed 3 months ago

ctrlaltaf commented 4 months ago

We have two processes that need to be run after each time the neo4j.service is restarted

  1. Create a graph data science projection of the graph (need this for running the path finding algorithms)
  2. Set that graph projection to interpret ProPro edges as undirected edges

Need to create a new systemd file that will run after the neo4j.service gets restarted (Also it takes about 2 minutes for the neo4j.service to fully set up the database)