LiRui
Results
2
comments of
LiRui
I faced this problem in similar scene and traced this problem to the source code. In brief, this problem was leaded by the neglected parameter passing of `BPPARAM` `xcms::chromatogram() >>...
> Good catch @WallFacerLR ! The current workaround would be, as you suggest to disable parallel processing by default (with `register(SerialParam())`) and then pass `BPPARAM = MulticoreParam(4)` or similar to...