You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/DCP-documentation/passing_files_to_DCP.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@ Distributed-CellProfiler can be told what files to use through LoadData.csv, Bat
4
4
5
5
## Metadata use in DCP
6
6
7
-
Distributed-CellProfiler requires metadata and grouping in order to split jobs. This means that, unlikely a generic CellProfiler workflow, the inclusion of metadata and grouping are NOT optional for pipelines you wish to use in Distributed-CellProfiler.
7
+
Distributed-CellProfiler requires metadata and grouping in order to split jobs.
8
+
This means that, unlikely a generic CellProfiler workflow, the inclusion of metadata and grouping are NOT optional for pipelines you wish to use in Distributed-CellProfiler.
8
9
- If using LoadData, this means ensuring that your input CSV has some metadata to use for grouping and "Group images by metdata?" is set to "Yes".
9
-
- If using batch files or file lists, this means ensuring that the Metadata and Groups modulles are enabled, and that you are extracting metadata from file and folder names _that will also be present in your remote system_ in the Metadata module in your CellProfiler pipeline. You can pass additional metadata to CellProfiler by `Add another extraction method`, setting the method to `Import from file` and setting Metadata file location to `Default Input Folder`. Metadata of either type can be used for grouping.
10
+
- If using batch files or file lists, this means ensuring that the Metadata and Groups modules are enabled, and that you are extracting metadata from file and folder names _that will also be present in your remote system_ in the Metadata module in your CellProfiler pipeline.
11
+
You can pass additional metadata to CellProfiler by `Add another extraction method`, setting the method to `Import from file` and setting Metadata file location to `Default Input Folder`.
12
+
Metadata of either type can be used for grouping.
10
13
11
14
## Load Data
12
15
@@ -64,7 +67,8 @@ Note that if you do not follow our standard file organization, under **#not proj
64
67
65
68
## File lists
66
69
67
-
You can also simply pass a list of absolute file paths (not relative paths) with one file per row in `.txt` format. These must be the absolute paths that Distributed-CellProfiler will see, aka relative to the root of your bucket (which will be mounted as `/bucket`.
70
+
You can also simply pass a list of absolute file paths (not relative paths) with one file per row in `.txt` format.
71
+
These must be the absolute paths that Distributed-CellProfiler will see, aka relative to the root of your bucket (which will be mounted as `/bucket`.
0 commit comments