Closed Jiefei-Wang closed 3 years ago
Hi, I follow the roadmap in https://github.com/Bioconductor/BiocParallel/issues/161 and implement L1-L3 layers for bplapply. Here is a list of important changes
bplapply
bploop.lapply
BPREDO
.bploop_lapply_iter
X
FUN
.redo_index
The changes are mostly internal so there should be no visible change to the end-user.
Best, Jiefei
This pull request has been moved to https://github.com/Bioconductor/BiocParallel/pull/163
Hi, I follow the roadmap in https://github.com/Bioconductor/BiocParallel/issues/161 and implement L1-L3 layers for
bplapply
. Here is a list of important changesbploop.lapply
has a new argumentBPREDO
.bploop_lapply_iter
is revised such that there is no need to splitX
in advance, the argumentX
forFUN
will be generated on demand..redo_index
will return the index ofX
instead of a logical vector.The changes are mostly internal so there should be no visible change to the end-user.
Best, Jiefei