hubmapconsortium / ingest-validation-tools

HuBMAP data submission guidelines, and tools which check that submissions adhere to those guidelines.
MIT License
7 stars 17 forks source link

Change stained microscopy directory schema to be more generic and not specific to PAS microscopy, use OME-TIFF as raw data format #1138

Open NHPatterson opened 1 year ago

NHPatterson commented 1 year ago

This should expand the file types of raw data that can be uploaded. Right now, the specification only allows .scn files to be uploaded which are from Vanderbilt TMC's early specification. We at Vanderbilt TMC now do this scanning with a Zeiss instrument that creates .czi files. Although for older data we may still have .scn files so I don't recommend a total deprecation of this extension.

We'd like to upload our data to HuBMAP.

This should be backwards compatible if the acceptable file extensions are expanded.

@icaoberg will evaluate this request, and if it can move forward, will file a PR for @pdblood to review, and @mccalluc will make sure tests pass before merging.

NHPatterson commented 1 year ago

Changing direction to be more general

After speaking with @pdblood, we realized this issue may have broader implications.

OME-TIFF conversion tools:

Command-line

bioformats2raw -> raw2ometiff

Probably the tool of reference for this task, uses command line to perform conversion. 2-step process. bioformats2raw raw2ometiff

GUI

QuPath

GUI interface, users can open images in QuPath and convert through file menu options. QuPath

Kheops

GUI interface through FIJI imageJ. 2-step install process through FIJI update sites. Kheops

NHPatterson commented 1 year ago

Is it possible to resolve this? The current implementation's raw data is vendor locked to Leica .scn files that we no longer create in our lab.