Cluster Functions Helper to Parse a Brew Template
Source:R/clusterFunctions.R
cfReadBrewTemplate.Rd
This function is only intended for use in your own cluster functions implementation.
This function is only intended for use in your own cluster functions implementation. Simply reads your template file and returns it as a character vector.
Arguments
- template
[
character(1)
]
Path to template file which is then passed tobrew
.- comment.string
[
character(1)
]
Ignore lines starting with this string.
See also
Other ClusterFunctionsHelper:
cfBrewTemplate()
,
cfHandleUnknownSubmitError()
,
cfKillJob()
,
makeClusterFunctions()
,
makeSubmitJobResult()
,
runOSCommand()