Open will-moore opened 1 year ago
As discussed today in IDR meeting: we may not want to delete the old Filesets as part of the NGFF conversion workflow. We can leave them "orphaned" with no Images as a record of the previous state of the server.
Could possibly use details.externalInfo
as a way to store the previous Fileset ID on each Image.
I found https://docs.openmicroscopy.org/omero-blitz/5.5.8/javadoc/omero/model/ExternalInfo.html on ExternalInfo
but no idea what the fields mean or how to store an arbitrary number there. This is being used by Glencoe? cc @sbesson
Adds the
swap_filesets.py
script developed as part of the workflow at https://github.com/IDR/idr-metadata/issues/652e.g.
This will also print an
psql
command that is needed to update the originalFileset:1
to reference the key file ofFileset:2
which is assumed to be NGFF data.