cfReadBrewTemplate: Cluster Functions Helper to Parse a Brew Template

View source: R/clusterFunctions.R

cfReadBrewTemplateR Documentation

Cluster Functions Helper to Parse a Brew Template

Description

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.

Usage

cfReadBrewTemplate(template, comment.string = NA_character_)

Arguments

template

[character(1)]
Path to template file which is then passed to brew.

comment.string

[character(1)]
Ignore lines starting with this string.

Value

[character].

See Also

Other ClusterFunctionsHelper: cfBrewTemplate(), cfHandleUnknownSubmitError(), cfKillJob(), makeClusterFunctions(), makeSubmitJobResult(), runOSCommand()


batchtools documentation built on April 20, 2023, 5:09 p.m.