Description Usage Arguments Value Author(s) Examples
Methods to access information from SYSargs2
object.
1 | sysargs2(x)
|
x |
object of class |
various outputs
Daniela Cassol and Thomas Girke
1 2 3 4 5 6 7 8 9 | ## Construct SYSargs2 object from CWl param, CWL input, and targets files
targets <- system.file("extdata", "targets.txt", package="systemPipeR")
dir_path <- system.file("extdata/cwl/hisat2/hisat2-se", package="systemPipeR")
WF <- loadWorkflow(targets=targets, wf_file="hisat2-mapping-se.cwl",
input_file="hisat2-mapping-se.yml", dir_path=dir_path)
WF <- renderWF(WF, inputvars=c(FileName="_FASTQ_PATH1_", SampleName="_SampleName_"))
WF
names(WF); modules(WF); targets(WF)[1]; cmdlist(WF)[1:2]; output(WF)
sysargs2(WF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.