Description Usage Arguments Details Author(s) Examples
run pipeline in HPC through job scheduling system
1 | run_pipeline(config_file, prefix = "", email = NULL, enforce = FALSE, Rscript_binary = "Rscript", submit_by = "qsub")
|
config_file |
path of configuration script, check |
prefix |
prefix of the job name |
email |
email address if you want to be notified of your jobs |
enforce |
enforce to run all the steps even for those successfully finished jobs. |
Rscript_binary |
path of Rscript binary |
submit_by |
which job scheduling you are using |
A workflow will be submitted to HPC.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.