Learn R Programming

Capsule (version 0.2.0)

export_for_snakemake: Export Capsule Data for Snakemake

Description

Export all Capsule tracking data in YAML format for Snakemake pipelines

Usage

export_for_snakemake(output_file, include_checksums = TRUE)

Value

List containing config data

Arguments

output_file

Character. Path to save config (required).

include_checksums

Logical. Include file checksums. Default TRUE.

Examples

Run this code
if (FALSE) {
export_for_snakemake(tempfile(fileext = ".yaml"))
}

Run the code above in your browser using DataLab