setExecutable,ClusterArchitecture,character,character-method {RnBeads}R Documentation

setExecutable-methods

Description

Tells the cluster architecture about an executable that can be submitted as job

Usage

## S4 method for signature 'ClusterArchitecture,character,character'
setExecutable(object, exec.name, exec.loc)

Arguments

object

ClusterArchitecture object

exec.name

A name/identifier that will be associated with the given executable

exec.loc

The executable's location

Value

The modified object

Author(s)

Fabian Mueller


[Package RnBeads version 2.12.0 Index]