Get ontarget reads and run coverage quality control
run.target.qc.sample(bam.file, sample.id, output.directory = NULL,
code.directory = NULL, log.directory = NULL, config.file = NULL,
job.dependencies = NULL, job.name = NULL, job.group = NULL,
quiet = FALSE)Path to BAM file
Sample ID for labelling
Path to output directory
Path to directory where code should be stored
Path to directory where log files should be stored
Path to config file
Vector with names of job dependencies
Name of job to be submitted
Group job should belong to
Logical indicating whether to print command to screen rather than submit it to the system. Defaults to false, useful for debugging.