R/manifest_yaml_to_bash.R
manifest_yaml_to_bash.Rd
Convert a manifest yaml file into a bash script
manifest_yaml_to_bash(
base,
project,
hash,
shutdown = FALSE,
split = 1,
status = c("new", "waiting"),
limit = FALSE,
timeout = 4
)
# S4 method for s3_bucket
manifest_yaml_to_bash(
base,
project,
hash,
shutdown = FALSE,
split = 1,
status = c("new", "waiting"),
limit = FALSE,
timeout = 4
)
# S4 method for character
manifest_yaml_to_bash(
base,
project,
hash,
shutdown = FALSE,
split = 1,
status = c("new", "waiting"),
limit = FALSE
)
the base location to store the manifest
will be a relative path within the base location
Fingerprint of the manifest yaml
file.
Append a shutdown command at the end of the script.
Defaults to FALSE
.
Number of scripts over which to splits the analyses. Default to 1.
A vector with status levels naming the levels which should be
calculated.
Defaults to c("new", "waiting")
.
Limit bandwidth and CPU usage.
Defaults to FALSE
.
number of hours to time out the docker container.
Defaults to 4
.