Skip to content

Commit 4d85d5f

Browse files
committed
Update SI-GUI version and add spikedepths
1 parent 14989d6 commit 4d85d5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN wget "https://www.wavpack.com/wavpack-${WAVPACK_VERSION}.tar.bz2" && \
2323
RUN pip install wavpack-numcodecs
2424

2525
# Install spikeinterface-gui from source
26-
RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
26+
RUN git clone https://github.com/SpikeInterface/spikeinterface-gui.git && \
2727
cd spikeinterface-gui && \
28-
git checkout 0ee3653bee4c0b71e9335a92469bf2280614ffcd && \
28+
git checkout c7a95f28c1a2cc440339e6330d4e8d367006a3f7 && \
2929
pip install . && cd ..
3030

3131

src/aind_ephys_portal/panel/ephys_gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
aind_layout = dict(
3636
zone1=['unitlist', 'curation', 'mergelist', 'spikelist'],
3737
zone2=[],
38-
zone3=['spikeamplitude', 'trace', 'tracemap'],
38+
zone3=['spikeamplitude', 'spikedepth', 'trace', 'tracemap'],
3939
zone4=[],
4040
zone5=['probe'],
4141
zone6=['ndscatter', 'similarity'],
@@ -164,7 +164,7 @@ def _create_main_window(self):
164164
skip_extensions=["waveforms"],
165165
displayed_unit_properties=displayed_unit_properties,
166166
curation_dict=curation_dict,
167-
backend="panel",
167+
mode="web",
168168
start_app=False,
169169
make_servable=False,
170170
verbose=True,

0 commit comments

Comments
 (0)