Learn R Programming

Capsule (version 0.2.0)

export_for_nextflow: Export Capsule Data for Nextflow

Description

Export all Capsule tracking data in a format suitable for Nextflow pipelines

Usage

export_for_nextflow(output_file, include_checksums = TRUE)

Value

List containing manifest data

Arguments

output_file

Character. Path to save manifest (required).

include_checksums

Logical. Include file checksums. Default TRUE.

Examples

Run this code
if (FALSE) {
export_for_nextflow(tempfile(fileext = ".json"))
}

Run the code above in your browser using DataLab