Skip to content

nestabentum/CellProfiler-plugins

 
 

Repository files navigation

CellProfiler-plugins

Build Status

A home for community-contributed and experimental CellProfiler modules.

Beginner-level instructions

Please see help here: https://github.com/CellProfiler/CellProfiler/blob/master/cellprofiler/data/help/other_plugins.rst

Use

  1. Clone this repository:

    cd PLUGIN_DIRECTORY
    git clone https://github.com/CellProfiler/CellProfiler-plugins.git
    

    Alternatively download zip and manually extract to PLUGIN_DIRECTORY.

  2. Install required dependencies:

    cd CellProfiler-plugins
    pip install -r requirements.txt
    

    To install CellProfiler-plugins on a windows machine with support for the deep learning module ClassifyPixels-UNet make sure you have Visual Studio 2017 installed then use

    cd CellProfiler-plugins
    pip install -r requirements-windows.txt
    
  3. Configure CellProfiler plugins directory in the GUI via Preferences > CellProfiler plugins directory (you will need to restart CellProfiler for the change to take effect). When running CellProfiler via the command line, use the --plugins-directory flag to specify the plugins directory, for example:

    cellprofiler --run --run-headless --project PROJECT_FILE --plugins-directory PLUGIN_DIRECTORY/CellProfiler-plugins
    

About

Community-contributed and experimental CellProfiler modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%