CommandRslurm-class: CommandRslurm Class

CommandRslurm-classR Documentation

CommandRslurm Class

Description

A child class of CommandR implementing job submission using slurm job scheduling.

Usage

CommandRslurm(logDir = NULL, scriptDir = NULL, req = NULL, user = "")

Arguments

logDir

log directory

scriptDir

script directory

req

default resource requirements. Will be specified for each submitted job, if no other requirements are specified. Must be a named character vector.

user

optional user name for the slurm cluster (for performance improvements in querying the cluster)

Details

Follow this template if you want to create your own CommandR class.

Slots

Includes all the slots of the CommandR class. Additionally includes:

req

Default resource requirements for submitting jobs to the slurm engine.

Methods

implements all the methods of the CommandR class.

Author(s)

Fabian Mueller


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