You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading zarr connectome files, read mapping name from correct json key (#8927)
There was a mismatch between what voxelytics writes and what webknossos
expects for zarr3 connectome files. Adapting wk to vx here.
### Steps to test:
- Open voxelytics-generated zarr3 connectome file
### Issues:
- fixes
https://discuss.webknossos.org/t/connectome-file-not-visible-in-connectome-tab/1143/4
------
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
- [x] Removed dev-only changes like prints and application.conf edits
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
- [x] Needs datastore update after deployment
Copy file name to clipboardExpand all lines: webknossos-datastore/app/com/scalableminds/webknossos/datastore/services/connectome/ConnectomeFileUtils.scala
Copy file name to clipboardExpand all lines: webknossos-datastore/app/com/scalableminds/webknossos/datastore/services/connectome/ZarrConnectomeFileService.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ object ConnectomeFileAttributes extends VoxelyticsZarrArtifactUtils with Connect
0 commit comments