processChunks: Process chunk in the pipeline framework

Description Usage Arguments Details Value Author(s)

View source: R/tools.R

Description

Process chunk in the pipeline framework

Usage

1
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

Details

High-level pipeline-specific version of sclapply, with chunk loggers and safeExecute

Value

Nothing

Author(s)

Gregoire Pau


HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.