View source: R/downloadContainers.R
downloadContainers | R Documentation |
This is a functin that preapre the docker environment to be used for the first time the docker4seq is installed.
downloadContainers(group = "docker", containers.file = "all")
group |
a character string. Two options: |
containers.file |
a character string with the name of the file which indicate which are the initial set of containers to be downloaded. Initally the set is given by a file located in the folder containers of docker4seq package: "all", "rnaseq", "ncrnaseq", "chipseq" |
Raffaele Calogero
## Not run:
#running runDocker
downloadContainers(group="docker", containers.file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.