# NOT RUN {
dir <- c(system.file("extdata/Mutect-vcf",
package = "ICAMS"))
if (requireNamespace("BSgenome.Hsapiens.1000genomes.hs37d5", quietly = TRUE)) {
catalogs <-
MutectVCFFilesToZipFile(dir,
zipfile = file.path(tempdir(), "test.zip"),
ref.genome = "hg19",
trans.ranges = trans.ranges.GRCh37,
region = "genome",
base.filename = "Mutect")
unlink(file.path(tempdir(), "test.zip"))}
# }
Run the code above in your browser using DataLab