zhenlab-ltri / NemaNode

Interactive map of neural connections in the nematode C. elegans. Online at http://nemanode.org.
http://nemanode.org
GNU General Public License v3.0
8 stars 4 forks source link

NemaNode

Interactive map of nervous system wiring in the nematode C. elegans. Live at NemaNode.org.

Required software

Development setup

  1. Setup MySQL if first-time use: sudo mysql_secure_installation
  2. Install app dependencies by running npm install
  3. Setup MySQL user and database: scripts/setup_config.sh nemanode nemanode_user password | sudo mysql
  4. Populate database: npm run populate-database

Commands

Once setup is completed, you will be able to run the following commands in this project directory:

Documentation

For more information on how to do various things read the documentation