magland / sortingview

Web app for viewing results of ephys spike sorting
Apache License 2.0
23 stars 7 forks source link

add gui to repo #224

Closed magland closed 8 months ago

magland commented 8 months ago

@alejoe91

Moving spikesortingview to this repo in gui/

The GUI (aka visualization plugin) is deployed via gui/devel/deploy_dev.sh to gs://figurl/spikesortingview-11dev

(using 11dev for now)

And I modified sortingview to create the 11dev links: https://github.com/magland/sortingview/blob/add-gui-to-repo/sortingview/views/View.py

magland commented 8 months ago

@jsoules This is a move to put the GUI code in the same repo as the python code for sortingview.

magland commented 8 months ago

@alejoe91

it would be a good idea to store this in a separate file

Done.

alejoe91 commented 8 months ago

Looks great! Good to merge on my side :)