Skip to content

Commit 0834264

Browse files
authored
Update advanced_configuration.md
formatting edits
1 parent 4814b34 commit 0834264

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

documentation/DCP-documentation/advanced_configuration.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,19 @@ These values can be modified in run.py .
2424
* **[CellProfiler command line flags](https://github.com/CellProfiler/CellProfiler/wiki/Adapting-CellProfiler-to-a-LIMS-environment#cmd):** These can be modified in the cp-worker script.
2525
* **Log stream names or logging level:** These can be modified in the cp-worker script.
2626

27-
## Changes to CellProfiler pipeline to use Distributed-CellProfiler with Runcellpose plugin
27+
## Changes to CellProfiler pipeline to use Distributed-CellProfiler with RunCellpose plugin
2828

29-
* **Distributed-CellProfiler version:** At least CellProfiler version 4.2.4, and use the DOCKERHUB_TAG on config.py as `bethcimini/distributed-cellprofiler:2.1.0_4.2.4_plugins`.
30-
* **Custom model:** the user could be interested in using a [User-trained model](https://cellpose.readthedocs.io/en/latest/models.html).
31-
* **AWS:** If using custom model generated using cellpose, add the model file to the folder in the following structure:
29+
* **Distributed-CellProfiler version:** At least CellProfiler version 4.2.4, and use the DOCKERHUB_TAG in config.py as `bethcimini/distributed-cellprofiler:2.1.0_4.2.4_plugins`.
30+
* **Custom model: If using a [custom User-trained model](https://cellpose.readthedocs.io/en/latest/models.html) generated using Cellpose, add the model file to S3.
31+
We use the following structure to organize our files on S3.
3232
```
33-
── <project_name>
34-
   ── workspace
35-
   │   ├── model
36-
      ── custom_model_filename
33+
── <project_name>
34+
   ── workspace
35+
     └── model
36+
      ── custom_model_filename
3737
```
3838
* **RunCellpose module:**
39-
* Inside RunCellpose you should select the Detection mode to "custom". Then, it will ask you for "Location of the pre-trained model file". There paste the path (adapted to your project): **/home/ubuntu/bucket/projects/<project_name>/workspace/model/**
40-
* Paste the custom_model_filename to "Pre-trained model file name" field.
39+
* Inside RunCellpose, select the "custom" Detection mode.
40+
In "Location of the pre-trained model file", enter the mounted bucket path to your model.
41+
e.g. **/home/ubuntu/bucket/projects/<project_name>/workspace/model/**
42+
* In "Pre-trained model file name", enter your custom_model_filename

0 commit comments

Comments
 (0)