is_job_finished {bsub}R Documentation

Test whether the jobs are finished

Description

Test whether the jobs are finished

Usage

is_job_finished(job_name, output_dir = bsub_opt$output_dir)

Arguments

job_name

A vector of job names.

output_dir

Output dir.

Details

It tests whether the ".done" flag files exist

Value

A logical scalar.

Examples

# There is no example
NULL

[Package bsub version 1.1.0 Index]