Run all the scripts generated by previous parts of the pipeline, without using HPC commands
run.all.scripts(output.directory, stages.to.run = c("alignment", "qc",
"calling", "annotation", "merging"), variant.callers = NULL,
quiet = FALSE)Main directory where all files should be saved
A character vector of all stages that need running
A character vector of variant callers to run
Logical indicating whether to print commands to screen rather than submit jobs. Defaults to FALSE, can be useful to set to TRUE for testing.
None