-
Notifications
You must be signed in to change notification settings - Fork 5
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
Move to Parsl HighThroughputExecutor for default workflow execution #97
Conversation
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.
Neat to see you changing over to the HTExecutor; very curious to see how that impacts performance. I made a small comment, but IMHO it's not a blocker, so I'll approve for now.
Thank you @falquaddoomi for your review on this! I've addressed the comment you provided and will now merge this in. |
Description
This PR makes the Parsl HighThroughputExecutor (HTE) the default executor / config for running CytoTable convert. This change comes about to help conserve memory usage based on findings in #75 .
Notes:
test_convert_hte_cellprofiler_csv
has been ported to test non-S3 ThreadPoolExecutor capabilities alongside the S3 tests.What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.