lexec-CommandRsge-method: lexec-methods

lexec,CommandRsge-methodR Documentation

lexec-methods

Description

executes an array of jobs (list execute –> lexec) given the job specifics in the input list of jobs

Usage

## S4 method for signature 'CommandRsge'
lexec(object, jobList, result = FALSE, wait = TRUE,
  req = NULL)

Arguments

object

CommandR object

jobList

a list of Job objects

result

Flag indicating whether the result should be returned

wait

Flag indicating whether the session should wait for the job to finish before continuing. Will be set to TRUE if result is TRUE

req

Resource requirements to the grid engine when submitting the job. Must be a named character vector.

Details

Instantiates the method lexec,CommandR-method for CommandRsge objects.

Value

a list of JobResult objects

Author(s)

Fabian Mueller


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