CellProfiler / CellProfiler-plugins

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

Fix CP4 plugin loading #110

Closed DavidStirling closed 3 years ago

DavidStirling commented 3 years ago

As of CP4 the plugin loader expects a plugin file's name to match the module's class name (case-insensitive). A simple fix is to name plugin scripts to match their module names.