-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm trying to summarize the CellProfiler outputs across a whole plate (for multiple well and sites), I tried using s3 and local paths but it seems like the convert function is unable to grab the Cells.csv, Nuclei.csv and Cytoplasm.csv from each Well-Site folder in order to collate them. Here's a google colab version of my code, the code is able to compile but not complete a successful run, it looks like it's timing out because it can't find the csv. I tried multiple versions of the path in case that was the issue: "s3://cellpainting-gallery/cpg0043-segmentation/broad/workspace/analysis/2025_08_21_Batch1/BR00116991/analysis/" and "s3://cellpainting-gallery/cpg0043-segmentation/broad/workspace/analysis/2025_08_21_Batch1/BR00116991/. From my understanding this is a feature of cytotable so let me know if I'm doing anything incorrectly.