Open jenna-tomkinson opened 1 year ago
The log file was accidentally cleared due to rerunning the processes. I have documentation regarding where the log file ended at MeasureColocalization during the analysis of image set 1218 and I can see that the SQLite file gets to the Well H23 FOV1 which is the same row index as 1217.
Due to a power surge/outage during the SH-SY5Y run and the computer not plugged in properly to the UPS (uninterrupted power supply), the SQLite file is incomplete.
Since CellProfiler does not have the ability to pick up a run where it left off, that means to avoid spending more computational power and time rerunning the same images, we can split the LoadData CSV for this cell type into two parts:
a. Part A, where these are the images that were run b. Part B, where these are the images that still need to be processed
We know the image set that CellProfiler stopped at using the log file from the first run. Since the LoadData CSV has the same number of rows as the images sets, we can split the data frame by row index as seen below:
This allows for CellProfiler to start back where it left off.