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

Batch processing: add a progress indicator #73

Open
GreatEmerald opened this issue Jul 12, 2017 · 1 comment
Open

Batch processing: add a progress indicator #73

GreatEmerald opened this issue Jul 12, 2017 · 1 comment

Comments

@GreatEmerald
Copy link

At the moment the batch functions are silent, so it is hard to gauge how long the processing is really going to take. It would be nice if there was a progress indicator.

raster includes a progress indicator for a bunch of functions by passing progress="text" to writeRaster(). However, that is not very useful when tasks are running in parallel, as the indicators overlap one another. An alternative would be to show the number of tasks complete vs the number of tasks remaining, but for a small number of tasks (cores > tasks) that would not be that useful either.

Maybe there's a way to print a whole bunch of progress indicators one over the other, though?

@loicdtx
Copy link
Owner

loicdtx commented Jul 12, 2017

The pbmcapply package would solve that issue. Not sure a progress bar justifies the extra dependency though :-) I'll investigate that next time I get to work on the package.

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

No branches or pull requests

2 participants