Retry missing fov_group
zip files in case of DeepCell response error
#628
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
The currently-open PR to address retrying in case of a bad DeepCell response assumes that this operation can be completed in
n
tries, printing an error if it doesn't. In the long term, what we want happening is to identify thefov_groups
that don't have an associated.zip
file, then re-run the call to Deepcell on those.Describe the solution you'd like
This requires a few steps to complete:
.zip
files. Currently, it's hard to associate which FOVs were placed in which.zip
files without unzipping them. A more indicative name would be the easier solution..zip
files have been created (number will depend on the batch size). If not, then identify whichfov_groups
need to be resent, and remain in the loop. Otherwise, break.The text was updated successfully, but these errors were encountered: