# NOT RUN {
run.varitas.pipeline(
file.details = data.frame(
sample.id = c('1', '2'),
reads = c('1-R1.fastq.gz', '2-R1.fastq.gz'),
mates = c('1-R2.fastq.gz', '2-R2.fastq.gz'),
patient.id = c('P1', 'P1'),
tissue = c('tumour', 'normal')
),
output.directory = '.',
quiet = TRUE,
run.name = "Test",
variant.callers = c('mutect', 'varscan')
)
# }
Run the code above in your browser using DataLab