| Job-class | R Documentation |
A class for storing information on pipeline jobs.
Job(cmd, args = character(), id = NULL, dependsOn = list())
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 |
cmdThe command or tool to be executed. Must be a single element character string containing no white spaces.
argsA character vector specifying additional arguments to the command or tool
idA name or id for the job
dependsOnA list of other Job objects that the current job depends on.
getId,Job-method,
getCmd,Job-method,
getArgs,Job-method,
getDepJobs,Job-method
Getters for the id, cmd, args, dependsOn slots
getCallString,Job-methodconcatenate the command and the arguments into one string
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.