Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature select step to recipe #17

Merged
merged 5 commits into from
May 29, 2020

Conversation

gwaybio
Copy link
Member

@gwaybio gwaybio commented May 29, 2020

Here, we add the feature selection step to the pooled cell painting recipe. We use pycytominer.feature_select() to perform the feature selection, and we include all options in an updated config file.

We will not support feature selection on individual site-specific single-cell files (for now at least).

@gwaybio gwaybio requested a review from ErinWeisbart May 29, 2020 12:51
@gwaybio
Copy link
Member Author

gwaybio commented May 29, 2020

oof... looks like pieces of #16 slipped into this pull request.... lets review normalize in #16 (ignore the normalize specific changes here) my bad!

(we will fix this later, upon merge) nbd

---
feature_select:
perform: true
output_basedir: data/profiles
Copy link
Member

@ErinWeisbart ErinWeisbart May 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pointing out that here as in the [normalize][output_basedir] (mentioned in my review of #16) the output_basedir is a nested folder and we have up until now used only single folders, I believe.
Again, not necessarily a problem, just pointing it out.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting also here the discussion we had in #16 (comment)

Copy link
Member

@ErinWeisbart ErinWeisbart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
The config_utils is looking very pretty these days

@gwaybio gwaybio merged commit 8c5e99f into broadinstitute:master May 29, 2020
@gwaybio gwaybio deleted the add-feature-select branch May 29, 2020 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants