Function to sync and download the most updated CWL description files from the systemPipeR package.

cwlFilesUpdate(destdir, force = FALSE, verbose = TRUE)

Arguments

destdir

a character string with the directory path where the param are stored.

force

logical. Force the download of the CWL files.

verbose

logical. The setting FALSE suppresses all print messages.

Author

Daniela Cassol

Examples

if (FALSE) {
destdir <- "param/"
cwlFilesUpdate(destdir)
}