submit_run {flowr}R Documentation

Submit several flow objects, limit the max running concurrently

Description

Submit several flow objects, limit the max running concurrently

Usage

submit_run(x, wd, max_processing = 7)

Arguments

x

a list of flow objects

wd

a folder to monitor (flow_run_path)

max_processing

max number of flow which may be processed concurrently


[Package flowr version 0.9.11 Index]