setExecutable,ClusterArchitecture,character,character-method {RnBeads} | R Documentation |
Tells the cluster architecture about an executable that can be submitted as job
## S4 method for signature 'ClusterArchitecture,character,character' setExecutable(object, exec.name, exec.loc)
object |
|
exec.name |
A name/identifier that will be associated with the given executable |
exec.loc |
The executable's location |
The modified object
Fabian Mueller