Skip to content
Prev 15841 / 21312 Next

[Bioc-devel] progress with BiocParallel::bpiterate

hi Martin,

thanks for the explanation, it makes, i got confused because i was using 
'bpiterate()' to parallelize calculations through the slices of rows of 
a matrix as you described in this post:

https://support.bioconductor.org/p/123104

where this was the recommended option for parallelizing calculations 
through rows of a matrix. in such a case, i know how many iterations i 
have to do because is the number of row-chunks of the matrix. is there 
any alternative to use 'bpiterate()' in such case or is there a way to 
pass to 'bpiterate()' the number of iterations so that progress could be 
shown in %?

robert.
On 27/11/2019 19:16, Martin Morgan wrote: