manifest_yaml_to_bash | R Documentation |
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 signature 's3_bucket'
manifest_yaml_to_bash(
base,
project,
hash,
shutdown = FALSE,
split = 1,
status = c("new", "waiting"),
limit = FALSE,
timeout = 4
)
## S4 method for signature 'character'
manifest_yaml_to_bash(
base,
project,
hash,
shutdown = FALSE,
split = 1,
status = c("new", "waiting"),
limit = FALSE,
timeout = 4
)
base |
the base location to store the manifest |
project |
will be a relative path within the base location |
hash |
Fingerprint of the manifest |
shutdown |
Append a shutdown command at the end of the script.
Defaults to |
split |
Number of scripts over which to splits the analyses. Default to 1. |
status |
A vector with status levels naming the levels which should be
calculated.
Defaults to |
limit |
Limit bandwidth and CPU usage.
Defaults to |
timeout |
number of hours to time out the docker container.
Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.