scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

boss backend: support segmentations #65

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

The ara dataset contains a segmentation, that can be used for testing. You have to specify a .env or set the env-vars somehow else:

NEURODATA_IO_USER="<user>"
NEURODATA_IO_PW="<password>"

You can create a user here: https://auth.boss.neurodata.io/auth/

fixes #63