-
Notifications
You must be signed in to change notification settings - Fork 58
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
Does this pipeline support PhenoCycler-Fusion Codex format? #541
Comments
Hi @liuyangzzu, MCMICRO is Bio-Formats compatible: https://bio-formats.readthedocs.io/en/v7.2.0/supported-formats.html You can control what file extensions MCMICRO looks for in your |
Hi, I am working with PhenoCycler-Fusion CODEX image data, specifically *.qptiff files. According to the documentation available at Bio-Formats Documentation, these files should be compatible with Bio-Formats. However, I've encountered an issue where the first registration step in your pipeline fails when I attempt to process these files. Could you please let me know if you have any test cases or examples that involve processing this specific type of file? Your guidance on how to successfully navigate this issue would be greatly appreciated. Thank you in advance. Best regards, |
Hi @liuyangzzu, Can you please share the error message you are getting, as well as your We do not have a test case for that particular instrument, but based on the bio-formats documentation, it looks like a multi-file format. Can you try specifying the following in your
|
Thank you for quick response. My QPTIFF image is a single file contains 41 channels. I got below error message.
|
Those files are pre-stitched and heavily pre-processed for visual review, not quantification. You can try placing the qptiff in the registration folder and starting mcmicro from segmentation but the quantification results may not be satisfactory due to the pre-processing. |
Hi, I have put my QPTIFF files in But the pipeline failed with error message:
|
Hi @jmuhlich and @liuyangzzu, The issue is here: https://github.com/labsyspharm/mcmicro/blob/master/main.nf#L87 I am not super familiar with the QPTIFF format. What will happen if you do:
Will it load the first (in 0-based indexing) channel as expected? If so, then we can probably just augment that line to also look for (The |
I have a new data format called PhenoCycler-Fusion. Can MIMICRO handle this type of image data (.qptiff)? Thank you!
The text was updated successfully, but these errors were encountered: