-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BPPARAM + on disk handling on images #88
Comments
to create a single SCE object from your images/masks, it would be more efficient to use the steinbock framework for pre-processing (described here: https://bodenmillergroup.github.io/steinbock/latest/ and also here: https://www.nature.com/articles/s41596-023-00881-0). Afterwards, you can run Anyhow, thanks for the heads up regarding measureObjects/BPPARAM issues with HDF5 files. I will have a closer look at this as well. Feel free to close the issue, if this worked better for you. Best, |
Thanks for your feedback Lasse. |
Hi,
Regarding
Will try to check the measureObjects/BPPARAM issues with HDF5 soon as well. Best, |
Hello,
I've noticed that cytomapper::measureObjects doesn't execute with multiple workers when the images are stored on disk. Only one CPU core seems to be utilized despite running the following line:
sc_all = measureObjects(masks_disk, image = images_disk, img_id = "sample_id", BPPARAM = MulticoreParam(workers = 32))
This doesn't happen when images are referenced in memory -- multiple cores are used.
I have over 900 images and masks on disk as HDF5 files from which I would like to create a single sce object. What is the best course of action for this task?
Thank you!
The text was updated successfully, but these errors were encountered: