Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 981 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 981 Bytes

Build Status Coverage Status

WORK IN PROGRESS

CATMAID-synapsesuggestor

synapsesuggestor is a django application which acts as a drop-in extension for CATMAID. It contains API endpoints and static files for:

  • Creating synapse detection jobs
  • Adding the results to the catmaid database
  • Viewing and analysing the results

Quick start

  1. Install synapsesuggestor in whichever python environment is running CATMAID with pip install -e path/to/this/directory

  2. Run python manage.py migrate to create the synapsesuggestor models.

  3. Run python manage.py collectstatic -l to pick up synapsesuggestor's static files.