-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for new variant of Columbus dataset #3
Comments
Looking into this a bit, I can't reproduce plane opening issues with the sample plate. A simple iteration over every plane:
opens 4 planes per series across all 9240 series without an exception. Is the sample plate the same as the one that was imported and is throwing exceptions? Assuming not, my initial guess is that there is at least one truncated file, which we've encountered in other formats but don't thoroughly handle in |
Sorry, realized that the last comment reflects testing with the wrong branch (https://github.com/openmicroscopy/bioformats/commits/develop). With https://github.com/idr/bioformats/commits/master, I can reproduce the original exception. I think IDR/bioformats#11 will fix it, but ome/bioformats#3380 is probably still not a bad idea to have eventually. |
Thanks @melissalinkert. I confirmed your statement by configuring one of the representative plates failing with IDR Bio-Formats and having it testing using the development Bio-Formats branch - see https://merge-ci.openmicroscopy.org/jenkins/job/BIOFORMATS-test-folder/5390/console. I assume the issue above should have failed the pixels test. From ome/bioformats@v5.9.2...IDR:IDR-0.6.6, it looks like there was no upstream changes in Thanks for opening both issues. Immediately, I will working on trying to merge the Bio-Formats 6 work into IDR Bio-Formats which hopefully should bring the fixes for this dataset. If this is not sufficient or the upgrade work ends up being much harder than initially planned, we can probably come back to IDR/bioformats#11 for a fix specific to this study. |
While working on #1, @dominikl reported failures while applying the rendering settings:
Looking at the stack trace server-side, the error is thrown while trying to access individual planes:
The reader allowing to read data exported from a PerkinElmer Columbus system was introduced specifically in the context of two IDR studies:
id0019
andidr0020
. As can be seen from the description or representative samples, the reader currently expects one file containing the pixel data (TIFF) per well samples.In the case of
idr0056
, the dataset is structured such that all the well samples within one well are stored within a FLEX file. In order to be able to read the original submitted data, the reader needs to be updated to support this variant of the file format.Sample plate:
/uod/idr/filesets/idr0056-stojic-lncrnas/20190513-ftp/RNAi\ screenA/1921\[652\]/
The text was updated successfully, but these errors were encountered: