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

Dynamically determine chunk size for background subtraction tool #70

Open
CameronFRWatson opened this issue May 30, 2024 · 0 comments
Open
Labels
enhancement New feature or request low priority

Comments

@CameronFRWatson
Copy link
Contributor

Recently wrapped a pixel-wise background subtraction tool: #64

Did not expose the --chunk-size parameter to Galaxy users, since it has to do with tuning memory/execution time, rather than any tool functionality. For now, we are just having the tool run with the default chunk size. If we end up seeing that this is inefficient for larger images, it might be good to dynamically set chunk size parameter based on input file size at the time of execution. This will likely be instance-specific though.

@CameronFRWatson CameronFRWatson added enhancement New feature or request low priority labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant