rerun: Rerun jobs

job_rerunR Documentation

Rerun jobs

Description

Rerun jobs

Usage

job_rerun(job_id, dependency = character(0), verbose = TRUE, job_tb = NULL)

pipeline_rerun(job_id, skip_done = TRUE, verbose = TRUE)

Arguments

job_id

A single job ID. In pipeline_rerun(), it is the job ID of any one job in the pipeline.

dependency

A vector of job IDs that current job depends on.

verbose

Whether to print messages.

job_tb

The data frame returned from bjobs(), internally used.

skip_done

Whether to skip done jobs.

Details

In pipeline_rerun(), the full set of jobs can be captured by one job in the pipeline.

Value

job_rerun() returns the job IDs. pipeline_rerun() returns NULL.


jokergoo/bsub documentation built on June 30, 2024, 5:16 p.m.