cfBrewTemplate {batchtools} | R Documentation |
Cluster Functions Helper to Write Job Description Files
Description
This 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.
Usage
cfBrewTemplate(reg, text, jc)
Arguments
reg |
[ |
text |
[ |
jc |
[ |
Value
[character(1)
]. File path to brewed template file.
See Also
Other ClusterFunctionsHelper:
cfHandleUnknownSubmitError()
,
cfKillJob()
,
cfReadBrewTemplate()
,
makeClusterFunctions()
,
makeSubmitJobResult()
,
runOSCommand()