Re: [Bioc-devel] BiocParallel: fine-grained progress bar

2017-12-31 Thread Martin Morgan
On 12/30/2017 04:08 PM, Ludwig Geistlinger wrote: Hi, I'm currently playing around with progress bars in BiocParallel - which is a great package! ;-) For demonstration, I'm using the example code from DESeq2::DESeq. library(DESeq2) library(BiocParallel) f <- function(mu) { cnts <- ma

[Bioc-devel] BiocParallel: fine-grained progress bar

2017-12-30 Thread Ludwig Geistlinger
Hi, I'm currently playing around with progress bars in BiocParallel - which is a great package! ;-) For demonstration, I'm using the example code from DESeq2::DESeq. library(DESeq2) library(BiocParallel) f <- function(mu) { cnts <- matrix(rnbinom(n=1000, mu=mu, size=1/0.5), ncol=10)