CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 67 forks source link

Added validate_module function to raise ValidationError #159

Closed fefossa closed 1 year ago

fefossa commented 2 years ago

On Runcellpose, if the model is custom, try to open the model file. If FileNotFound, raise ValidationError in the pipeline for "Failed to load custom file: PATHNAME"

bethac07 commented 2 years ago

Other than that one small comment, looks great, thanks for taking this on!