Run alignment for a single sample
run.alignment.sample(fastq.files, sample.id, output.directory = NULL,
output.filename = NULL, code.directory = NULL,
log.directory = NULL, config.file = NULL, job.dependencies = NULL,
job.name = NULL, job.group = NULL, quiet = FALSE,
verify.options = !quiet)Paths to FASTQ files (one file if single-end reads, two files if paired-end)
Sample ID for labelling
Path to output directory
Name of resulting VCF file (defaults to SAMPLE_ID.vcf)
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.
Logical indicating whether to run verify.varitas.options