cwlSearch: cwlSearch

Description Usage Arguments Value Examples

View source: R/cwlSearch.R

Description

Function to search Rcwl tools and pipelines.

Usage

1
cwlSearch(keyword, bfc = NULL, ...)

Arguments

keyword

A (vector of) character string as keywords to search for tools or pipelines. Will be used to match patterns against 'rname', 'rpath', 'fpath', 'Command' and 'Container' column in the 'bfc' object.

bfc

The 'BiocFileCache' object for the recipes returned from 'cwlUpdate'. The default is NULL which automatically detect the "Rcwl" cache directory.

...

More options from the internal 'bfcquery' function.

Value

A BiocFileCache tibble.

Examples

1
2
3
4
5
## Not run: 
tls <- cwlSearch(c("bwa", "mem"))
data.frame(tls)

## End(Not run)

RcwlPipelines documentation built on March 7, 2021, 2 a.m.