reset.job: reset.job Reset a job with different params

View source: R/utils.R

reset.jobR Documentation

reset.job Reset a job with different params

Description

reset.job

Reset a job with different params

Usage

reset.job(
  x,
  ...,
  i = NULL,
  rootdir = x@rootdir,
  jb.mem = x@runinfo$mem,
  jb.cores = x@runinfo$cores,
  jb.time = x@runinfo$time,
  update_cores = 1,
  task = NULL
)

Value

A Flow job object

Author(s)

Kevin Hadi


mskilab/Flow documentation built on Jan. 12, 2023, 8:31 a.m.