Rdocumentation
powered by
Learn R Programming
HTSeqGenie (version 4.2.0)
processChunks: Process chunk in the pipeline framework
Description
Process chunk in the pipeline framework
Usage
processChunks(inext, fun, nb.parallel.jobs)
Arguments
inext
A function (without argument) returning an object to process; NULL if none left; this function is run in the main thread
fun
Function to process the object returned by inext; this function is run in children threadfunction to apply to a chunk
nb.parallel.jobs
number of parallel jobs
Value
Nothing
Details
High-level pipeline-specific version of sclapply, with chunk loggers and safeExecute