library("R.utils")
createLink(target = "/home/shared/cbc/annotationData")
path <- "bamData/CostelloP_2015-Exome,bwa,realigned,rmDups,recal/"
mkdirs(path)
createLink(link = file.path(path, "Homo_sapiens"), target = "/costellolab/data1/jocostello/LG3/exomes_recal")
mkdirs("sampleData")
mkdirs("seqzData")
if (!file_test("-f", ".future.R")) {
cat(file = ".future.R", '
library("future.batchtools")
plan(list(
samples = tweak(batchtools_torque, resources=list(vmem = "1gb")),
chromosomes = tweak(batchtools_torque, resources=list(vmem = "5gb"))
))
')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.