View source: R/pipeline_hooks.R
| export_for_snakemake | R Documentation |
Export all Capsule tracking data in YAML format for Snakemake pipelines
export_for_snakemake(output_file, include_checksums = TRUE)
output_file |
Character. Path to save config (required). |
include_checksums |
Logical. Include file checksums. Default TRUE. |
List containing config data
## Not run:
export_for_snakemake(tempfile(fileext = ".yaml"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.