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

Add load_features import #62

Closed gwaybio closed 3 years ago

gwaybio commented 3 years ago

In running weld.py, @hillsbury and I saw this error:

Traceback (most recent call last):
  File "recipe/0.preprocess-sites/0.prefilter-features.py", line 77, in <module>
    features_df = load_features(core_option_args, example_site_dir)
NameError: name 'load_features' is not defined

To fix, add load_features to the import statement on line 17