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. If debug mode is
enabled (via environment variable “DEBUGME” set to “batchtools”),
the file is stored at the same place as the corresponding
job file in the “jobs”-subdir of your files directory, otherwise as tempfile
on the local system.
cfBrewTemplate(reg, text, jc)
[Registry
]
Registry. If not explicitly passed, uses the default registry (see setDefaultRegistry
).
[character(1)
]
String ready to be brewed. See cfReadBrewTemplate
to read a template from the file system.
[JobCollection)
]
Will be used as environment to brew the template file in. See JobCollection
for a list of all
available variables.
[character(1)
]. File path to brewed template file.
Other ClusterFunctionsHelper: cfHandleUnknownSubmitError
,
cfKillJob
,
cfReadBrewTemplate
,
makeClusterFunctions
,
makeSubmitJobResult
,
runOSCommand