library(BiocQE)
alld = dir("../gits", full=TRUE)
library(BiocParallel)
mp = MulticoreParam(50)
register(mp)
xx = bplapply(alld, function(x) try(build1_with_buildsink(x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.