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
* First minimal version of wkcuber with typer.
* Add executor options to all subtasks that support executor.
* Add minimal testcases for wkcuber.
* Add testcases to test_cli.py.
* Add parser for voxel size, mag and bounding box.
* Update wkcuber/README.md
Co-authored-by: Tom Herold <[email protected]>
* Update wkcuber/README.md
Co-authored-by: Tom Herold <[email protected]>
* Implement requested changes.
* Fix minor naming issues.
* Update readme.md.
* Refactor check_equality.py
* Correct wrongly imported Annotated.
* Implement requested changes and keep some of the old wkcuber modules.
* Move wkcuber into webknossos package and update tests and docs.
* Update dependencies and adapt ci workflow.
* Update local_wk_setup and remove unused methods from utils.
* Update dependencies.
* Disable typecheck for nifti image file.
* Update download functionality and fix some typing issues.
* Type further variables and adapt the parser methods.
* Create redirection package and mark wkcuber as outdated.
* Update testcases of webknossos cli tool.
* Implement further requested changes.
* Change typing of parse_path.
* disable fixme for pylint.
* Adapt description of enum in cli utils.
* Adapt docker test in ci pipeline.
* Update Dockerfile
* Update README.md
* Update webknossos/Changelog.md
Co-authored-by: Norman Rzepka <[email protected]>
* Change exit code for failing equality check.
---------
Co-authored-by: Tom Herold <[email protected]>
Co-authored-by: Norman Rzepka <[email protected]>
For testing the `slurm` setup a docker-compose setup is available. Please see the [respective Readme](https://github.com/scalableminds/webknossos-libs/blob/master/cluster_tools/README.md) for details.
@@ -177,7 +169,7 @@ We render a common documentation for WEBKNOSSOS itself and WEBKNOSSOS-libs from
177
169
178
170
*`docs/src/webknossos`: Server & Website documentation, linked from the [webknossos repository](https://github.com/scalableminds/webknossos) (must be available under `docs/wk-repo`, see below).
179
171
*`docs/src/api`: Generated using [pdoc](https://pdoc.dev) from Python docstrings.
180
-
*`docs/src/webknossos-py` & `docs/src/wkcuber`: Documentation for the respective Python Packages
172
+
*`docs/src/webknossos-py`: Documentation for the Python Package
181
173
182
174
The structure of the documentation page is given by `docs/mkdocs.yml`.
- up- & downloading annotations and datasets from your WEBKNOSSOS instance
18
-
- executing any of the wkcuber operations from below from your code
19
21
20
22
[Read more in the docs.](https://docs.webknossos.org/webknossos-py/)
21
23
22
-
## [WEBKNOSSOS cuber (wkcuber) CLI](wkcuber)
24
+
### CLI
25
+
23
26
CLI tool for creating and manipulating [WEBKNOSSOS](https://webknossos.org)[WKW](https://github.com/scalableminds/webknossos-wrap) datasets. WKW is a container format for efficiently storing large-scale 3D images as found in microscopy data.
24
27
25
28
Use this for:
26
29
- converting Tiff-stacks and other data formats for volume image data to WEBKNOSSOS-compatible *.wkw files from the CLI
27
30
- up/downsampling of *.wkw files to different magnification levels (image pyramid) from the CLI
28
31
- compressing your *.wkw files to save disk space from the CLI
29
32
30
-
[Read more in the docs.](https://docs.webknossos.org/wkcuber)
33
+
[Read more in the docs.](https://docs.webknossos.org/webknossos-py/)
31
34
32
35
## [Cluster Tools](cluster_tools)
33
36
The `cluster_tools` package provides python `Executor` classes for distributing tasks on a slurm cluster or via multi processing.
0 commit comments