broadinstitute / pooled-cell-painting-profiling-recipe

:woman_cook: Recipe repository for image-based profiling of Pooled Cell Painting experiments
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Convert quality_col to list #63

Closed hillsbury closed 3 years ago

hillsbury commented 3 years ago

New error in running weld:

Traceback (most recent call last): File "recipe/0.preprocess-sites/3.visualize-cell-summary.py", line 259, in .groupby(gene_cols + barcode_cols + quality_col)["Cell_Count_Per_Guide"] TypeError: can only concatenate list (not "str") to list

To fix, convert to list as [quality_col]