We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e870124 commit a2f5fddCopy full SHA for a2f5fdd
1 file changed
documentation/DCP-documentation/config_examples.md
@@ -59,8 +59,8 @@ Our internal configurations for each pipeline are as follows:
59
| AUTO_MONITOR | 'True' | 'True' | 'True' | 'True' | 'True' | Can be turned off if manually running Monitor. |
60
| CREATE_DASHBOARD | 'True' | 'True' | 'True' | 'True' | 'True' | |
61
| CLEAN_DASHBOARD | 'True' | 'True' | 'True' | 'True' | 'True' | |
62
-| CHECK_IF_DONE_BOOL | 'True' | 'True' | 'True' | 'True' | 'True' | Can be turned off if wanting to overwrite old data. |
63
-| EXPECTED_NUMBER_FILES | 1 (an image) | number channels + 1 (an .npy for each channel and isdone) | 3 (Experiment.csv, Image.csv, and isdone) | 1 (an image) | 5 (Experiment, Image, Cells, Nuclei, and Cytoplasm .csvs) | Better to underestimate than overestimate. |
+| CHECK_IF_DONE_BOOL | 'False' | 'True' | 'True' | 'True' | 'True' | Can be turned off if wanting to overwrite old data. |
+| EXPECTED_NUMBER_FILES | 1 (can be anything, False above) | number channels + 1 (an .npy for each channel and isdone) | 3 (Experiment.csv, Image.csv, and isdone) | 1 (an image) | 5 (Experiment, Image, Cells, Nuclei, and Cytoplasm .csvs) | Better to underestimate than overestimate. |
64
| MIN_FILE_SIZE_BYTES | 1 | 1 | 1 | 1 | 1 | Count files of any size. |
65
| NECESSARY_STRING | '' | '' | '' | '' | '' | Not necessary for standard workflows. |
66
| ALWAYS_CONTINUE | 'False' | 'False' | 'False' | 'False' | 'False' | Use with caution. |
0 commit comments