Job-class: Job

Job-classR Documentation

Job

Description

A class for storing information on pipeline jobs.

Usage

Job(cmd, args = character(), id = NULL, dependsOn = list())

Arguments

cmd

The command or tool to be executed. Must be a single element character string containing no white spaces.

args

A character vector specifying additional arguments to the command or tool

id

A name or id for the job

dependsOn

A list of other Job objects that the current job depends on.

Slots

cmd

The command or tool to be executed. Must be a single element character string containing no white spaces.

args

A character vector specifying additional arguments to the command or tool

id

A name or id for the job

dependsOn

A list of other Job objects that the current job depends on.

Methods

getId,Job-method, getCmd,Job-method, getArgs,Job-method, getDepJobs,Job-method

Getters for the id, cmd, args, dependsOn slots

getCallString,Job-method

concatenate the command and the arguments into one string

Author(s)

Fabian Mueller


MPIIComputationalEpigenetics/muPipeR documentation built on Oct. 18, 2022, 2:35 a.m.