Cluster Functions Helper to Write Job Description Files
Source:R/clusterFunctions.R
cfBrewTemplate.RdThis function is only intended for use in your own cluster functions implementation.
Calls brew silently on your template, any error will lead to an exception. The file is stored at the same place as the corresponding job file in the “jobs”-subdir of your files directory.
Arguments
- reg
[
Registry]
Registry. If not explicitly passed, uses the default registry (seesetDefaultRegistry).- text
[
character(1)]
String ready to be brewed. SeecfReadBrewTemplateto read a template from the file system.- jc
[
JobCollection)]
Will be used as environment to brew the template file in. SeeJobCollectionfor a list of all available variables.
See also
Other ClusterFunctionsHelper:
cfHandleUnknownSubmitError(),
cfKillJob(),
cfReadBrewTemplate(),
makeClusterFunctions(),
makeSubmitJobResult(),
runOSCommand()