Looks like that happens here: [in the overrides manager class](https://github.com/AllenCell/allencell-segmenter-ml/blob/5676077d5f81e3c519e18bcea9bdf5c98dfd8938/src/allencell_ml_segmenter/utils/cyt...
Do we need the `Move Files` item and the sub-menu `Cache Location` now that there is only one `Cache Location` option?
There could just be a top-level `Move files to cache` item instead.
**General comment**:
After a few rounds of discussion, we decided that we should _not_ give BFF users the ability to move files off of the cache. Instead, once a file is moved onto the cache, it...
What do you think about using model composition instead of inheritance? To me it seems less like `PredictionModel` is a `FileInputModel` and more like `PredictionModel` has a `FileInputModel` becau...