webknossos-libs
webknossos-libs copied to clipboard
Webknossos CLI download annotation
Context
- Affected library: webknossos When using the webknossos CLI to download an annotation, the download command is overloaded to take care of dataset downloads and annotation downloads. An annotation should be downloaded when no dataset is found. This is triggered by an AssertionError. Currently no assertion is thrown. Instead, an UnexpectedStatusError is raised.
Expected Behavior
When a URL to an Annotation is given, the Annotation should be downloaded.