scalableminds / webknossos-connect

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

WKW Backend #98

Closed fm3 closed 4 years ago

fm3 commented 4 years ago

sample datasets.json:

{
    "wkw": {
        "sample_organization": {
            "a_dataset_with_default_path": {},
            "dataset_with_custom_path": {
                "path": "/a/custom/path/to/the/dataset"
            }
        }
    }
}

(if no path is supplied for a dataset, it falls back to data/binary/<organization_name>/<dataset_name>)