Skip to content

Commit e2fda31

Browse files
authored
cp error to troubleshooting
1 parent fe15dc6 commit e2fda31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/DCP-documentation/troubleshooting_runs.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
| | Your logs show that files are downloading but it never moves beyond that point. | | | If you have set DOWNLOAD_FILES = TRUE in your config, then your files are failing to completely download because you are running out of space and it is failing silently. | Place larger volumes on your instances by increasing EBS_VOL_SIZE in your config.py |
2424
| | "ValueError: The Mito image is missing from the pipeline." | | | The CellProfiler pipeline is referencing a channel (in this example, "Mito") that is not being loaded in the pipeline. | Check that your load_data csv contains the FileNames and PathNames for all your images. This can sometimes happen when the load_data csv is being automatically generated or edited as part of a workflow. |
2525
| | "Failed to prepare run for module LoadData", "ValueError: zero-size array to reduction operation maximum which has no identity" | | | CellProfiler cannot read any information from your load_data.csv. | Check that your load_data.csv contains data beyond the header. This can sometimes happen when the load_data csv is being automatically generated or edited as part of a workflow. |
26+
| | "CP PROBLEM: Done file reports failure." | | | Something went wrong in your CellProfiler pipeline. | Read the logs above the CP PROBLEM message to see what the specific CellProfiler error is and fix that error in your pipeline. |
2627

2728
Further hints:
2829
- The SSH_KEY_NAME in the config.py file contains the name of the key pair used to access AWS.

0 commit comments

Comments
 (0)