Learn R Programming

Capsule (version 0.2.0)

export_for_cwl: Generate CWL (Common Workflow Language) Input

Description

Export Capsule data in YAML format suitable for CWL workflows

Usage

export_for_cwl(output_file)

Value

List containing input data

Arguments

output_file

Character. Path to save inputs (required).

Examples

Run this code
if (FALSE) {
export_for_cwl(tempfile(fileext = ".yml"))
}

Run the code above in your browser using DataLab