Re: [Bioc-devel] bpstart() bpstop() method error with SerialParam backend

2019-02-24 Thread Martin Morgan
Thank you, this regression is fixed in 1.17.16. Martin On 2/24/19, 1:07 AM, "Bioc-devel on behalf of Yinan Zheng" wrote: Hi Bioc-Devel team, I am trying to fix the build error of my package "REMP" on BioC 3.9 (http://bioconductor.org/checkResults/devel/bioc-LATEST/REMP/).

[Bioc-devel] bpstart() bpstop() method error with SerialParam backend

2019-02-23 Thread Yinan Zheng
Hi Bioc-Devel team, I am trying to fix the build error of my package "REMP" on BioC 3.9 (http://bioconductor.org/checkResults/devel/bioc-LATEST/REMP/). In my code, I am using a more explicitly way to manage workers with bpstart() and bpstop(). This has been working pretty well in the previous B