steinbock
steinbock copied to clipboard
Dockerized multi-channel image processing framework
Hi, I am trying to use steinbock in HPC, which is installed in a python 3.8 conda environment. The steinbock and the dependencies are installed through pip and the requirement.txt...
I have encountered this error below using the preprocess external option on large images? Note that I have used this option before with no issues. 1- I convert the original...
Hi, when exploring the .h5ad-file generated by `steinbock export anndata --intensities intensities --data regionprops --neighbors neighbors -o objects.h5ad` I've noticed that it doesn't contain any neighborhood-data. There exists a neighbors...
Hi, I am running the following command: `steinbock segment deepcell --minmax` On a big image, it works fine and segments the image quite well. However, after the segmentation reaches the...
Hi @Milad4849, a few things and thanks a lot in advance for clarification: 1. I realized that for the cellpose-"flavours" of steinbock the **"tissuenet" model** is not supported (despite being...
It would be nice if steinbock could parse [cytomarker](https://cytomarker.ai) panels
Due to the laser, we often observe higher intensities in the first row (X = 1) of IMC images. I would suggest to add an argument for the `preprocess` functionality...
Following the merge and release of https://github.com/BodenmillerGroup/readimc/pull/19, it would be great to add a `--strict/--no-strict` boolean option to the `steinbock preprocess imc images` command.
Hi, Last week, on a CYX image, I was able to get the code below to process the external image: `steinbock="singularity run -B /X/$FOLDER:/data --env STEINBOCK_MASK_DTYPE=uint32 docker://ghcr.io/bodenmillergroup/steinbock:0.16.1 ` where $FOLDER...