-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make non-parallel loops canon for Pixie #779
Conversation
…ply_pixel_meta_cluster_remapping
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Will you run the pixel clustering notebook with and without multiprocessing to make sure nothing slipped through? The python code is all tested, but the R code isn't
Already tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
What is the purpose of this PR?
Closes #771. Adds option to run a non-parallel version of Pixie preprocessing, SOM and meta cluster assignment, and meta cluster renaming.
How did you implement your changes
Add control flow statements handled by a dedicated
multiprocess
argument.