run_multiqc | R Documentation |
Run MultiQC
run_multiqc(workingDir = NULL, multiqc = NULL, version = FALSE)
workingDir |
Current working directory, parent directory for the logfiles, required |
multiqc |
Path to the MultiQC program, required |
version |
Returns the version number |
## Not run:
workingDir <- getwd()
run_multiqc(workingDir,
multiqc = "/usr/local/bin/multiqc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.