exec-CommandRsge-method: exec-methods

exec,CommandRsge-methodR Documentation

exec-methods

Description

Executes a job given the job specifics using system calls

Usage

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

Arguments

object

CommandRsge object

job

Job object

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 exec,CommandR-method for CommandRsge objects.

Value

JobResult object

Author(s)

Fabian Mueller


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