webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Webknossos CLI download annotation

Open markbader opened this issue 1 year ago • 0 comments

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.

markbader avatar Jan 22 '24 18:01 markbader