Alright found the logic in MMS, this is the logical path:
https://github.com/AllenCellSoftware/metadata-management-service/blob/master/src/main/java/org/alleninstitute/aics/metadatamanagementservi...
I see... I think the request to get MMS "editable data" was to for insertion right here where this `annotations` parameter is. However, that is a very slow `GET` fetch so I don't think we should ne...
Seems like this component could exclusively pass around `Number` type values (for cases with leading zeroes it would just not yet return a value AKA `undefined`); NBD to keep this though
At a glance it seems like the tests fail bc either bioformats got better at parsing channel names and we should adopt the new channel they output in our tests OR something is off about our parsing ...
At a glance it seems like the tests fail bc either bioformats got better at parsing channel names and we should adopt the new channel they output in our tests OR something is off about our parsing ...
It doesnβt seem like this PR is directly responsible, but I would prefer this change be entirely reverted if the issue I mentioned in slack below will continue.
https://allencellscience.slack.co...
Might be good just to toss the error from the err.message here like
```suggestion
interaction.actions.processError("moveFilesFailure", `Failed to cache files, details: ${(err as E...