# NOT RUN {
run.post.processing(
variant.specification = data.frame(
sample.id = c('a', 'b'),
vcf = c('a.vcf', 'b.vcf'),
caller = c('mutect', 'mutect'),
job.dependency = c('example1', 'example2')
),
output.directory = '.',
quiet = TRUE
)
# }
Run the code above in your browser using DataLab