config.param | R Documentation |
Replace or adding a input configuration setting at "YML" param file
config.param(input_file = NULL, param, file = "default", silent = FALSE)
input_file |
a |
param |
object of class |
file |
name and path of the new file. If set to |
silent |
if set to TRUE, all messages returned by the function will be suppressed. |
Daniela Cassol
## Not run:
input_file <- system.file("extdata", "cwl/hisat2/hisat2-mapping-se.yml", package="systemPipeR")
param <- list(thread=10, fq=list(class="File", path="./results2"))
input <- config.param(input_file=input_file, param, file="default")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.